
body {
  background: #fff;
  color: #000;
  font-family: Georgia, serif;
  margin: 0;
  padding: 2rem;
}

#poem-container {
  max-width: 700px;
  margin: auto;
  text-align: left;
}

.stanza {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.7;
  white-space: pre-line;
}

.buttons {
  text-align: center;
  margin-top: 2rem;
}

.buttons button {
  background: none;
  border: 1px solid #000;
  color: #000;
  padding: 0.75rem 1.5rem;
  margin: 0.25rem;
  cursor: pointer;
  font-size: 1rem;
  font-family: Georgia, serif;
}

.top-links {
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  font-size: 0.9rem;
}

.top-left, .top-right {
  color: #000;
  text-decoration: none;
  font-family: sans-serif;
}

.page-title {
  text-align: center;
  font-family: Futura, 'Helvetica Neue', sans-serif;
  font-weight: bold;
  font-size: 2rem;
  margin: 1.5rem 0;
}
