p {
  font-size: 5vw;
  font-family: "Arial", "Helvetica", sans-serif;
}

h1 {
  font-family: "Arial", "Helvetica", sans-serif;
  FONT-SIZE : 40PX;
  PADDING-LEFT : 15PX;
  border-top-width : 0;
  border-right-width : 0;
  border-bottom-width : 6px;
  border-left-width : 20px;
  BORDER-COLOR : PINK;
  BORDER-STYLE : SOLID;
}

input[type="button"] {
      font-size: 4vw; 
      padding: 3px 10px; /* ボタンの余白を調整 */
    }

