body {
  margin: 0;
  padding: 0;
  font-family: 'Georgia', serif;
  background: linear-gradient(to bottom, #fff0f5, #ffe4e1);
  color: #4b2e2e;
}

.poem-container {
  max-width: 700px;
  margin: 4rem auto;
  padding: 2rem;
  background-color: #ffffffcc;
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(200, 100, 100, 0.2);
}

header h1 {
  font-size: 2.5rem;
  text-align: center;
  color: #b22222;
  margin-bottom: 0.5rem;
}

.subtitle {
  text-align: center;
  font-style: italic;
  color: #8b0000;
  margin-bottom: 2rem;
}

.stanza {
  margin-bottom: 2rem;
  line-height: 1.8;
  padding-left: 1rem;
  border-left: 3px solid #b22222;
}

.stanza p {
  margin: 0.5rem 0;
}

footer {
  text-align: right;
  font-style: italic;
  color: #a0522d;
  margin-top: 2rem;
}
