
body {
  /* 書体の指定 */
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;

  /* 行の高さと色を指定 */
  line-height: 1.7;
  color: #432;
}

h1 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

p {
  text-align: center;
}