body {
  font-family: Georgia, serif;
  background-color: #fefdf9;
  color: #333;
  max-width: 700px;
  margin: auto;
  padding: 2em;
  line-height: 1.6;
}

header {
  text-align: center;
  margin-bottom: 2em;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
}

.poem {
  margin-bottom: 3em;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3em;
}

footer {
  text-align: center;
  font-size: 0.9em;
  color: #666;
  margin-top: 2em;
}