.page {
  max-width: 640px;
  margin: 80px auto;
  padding: 0 20px;

  background: #f3f5f7;
  color: #1c2a39;
}

/* タイトル */
.page h1 {
  font-size: 22px;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}

/* 本文 */
.page p {
  line-height: 1.9;
  margin-bottom: 20px;
}

/* リンク */
.page a {
  color: #00bcd4;
  text-decoration: underline;
  text-decoration-color: rgba(0, 188, 212, 0.3);
}

.page a:hover {
  color: #0097a7;
}

/* 戻る */
.back {
  display: inline-block;
  margin-top: 40px;
}