body {
  margin: 0;
  background: #F5F1E8;
  color: #141414;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 550;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.container {
  max-width: 850px;
  margin: 0 auto 0 120px;
  padding: 60px 20px;
}

.subtitle {
  color: #16253E;
  opacity: 0.92;
  margin-top: 10px;
  font-weight: 500;
}

.button {
  display: inline-block;
  margin-top: 40px;
  padding: 12px 20px;
  border-radius: 14px;

  border: 1px solid rgba(20, 20, 20, 0.25);
  background: rgba(20, 20, 20, 0.04);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);

  text-decoration: none;
  color: #141414;
  font-weight: 600;
}

.button:hover {
  background: rgba(20, 20, 20, 0.08);
}

.list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}

.list li {
  margin: 18px 0;
}

.list a {
  color: #141414;
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 20, 20, 0.25);
}

.list a:hover {
  opacity: 0.75;
}

.poem {
  white-space: pre-wrap;
  font-family: "Courier New", monospace;
  font-size: 1rem;
  line-height: 1.7;
  margin-top: 30px;
  font-weight: 500;
  color: #141414;
}

.back {
  display: inline-block;
  margin-top: 50px;
  opacity: 0.75;
  color: #141414;
  text-decoration: none;
  border-bottom: 1px solid rgba(20, 20, 20, 0.25);
}

.back:hover {
  opacity: 0.6;
}

.date {
  color: #16253E;
  opacity: 0.95;
  font-weight: 650;
  margin-top: -10px;
  margin-bottom: 20px;
}

