body {
  margin: 0;
  background: #E8DFC8;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  color: #3F2A14;
}

.page {
  max-width: 720px;
  margin: 80px auto;
  padding: 60px 40px;
  background: #EFE7D3;
  border: 1px solid #6B4F2A;
}

h1 {
  text-align: center;
  font-size: 42px;
  margin: 0;
  letter-spacing: 0.15em;
}

.en {
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.2em;
}

hr {
  border: none;
  border-top: 1px solid #6B4F2A;
  margin: 40px 0;
}

.main {
  text-align: center;
}

.status {
  font-size: 28px;
  letter-spacing: 0.4em;
  margin-bottom: 24px;
}

.text {
  line-height: 2;
}

.colophon {
  text-align: center;
  font-size: 13px;
  color: #6B4F2A;
  margin-top: 20px;
}
