:root {
  color-scheme: light dark;
}

body {
  font-family: Georgia, "Times New Roman", serif;
  max-width: 720px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
  line-height: 1.6;
}

header {
  text-align: center;
  margin-bottom: 3rem;
}

h1 {
  margin-bottom: 0.25rem;
}

.subtitle {
  opacity: 0.7;
  font-style: italic;
}

.poem {
  margin-bottom: 3rem;
}

.poem h2 {
  margin-bottom: 0.25rem;
}

.poem .meta {
  opacity: 0.6;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.poem .body {
  white-space: pre-wrap;
}

#loading {
  text-align: center;
  opacity: 0.6;
}
