body {
  margin: 0;
  padding: 2rem;
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
  color: black;
}

.top-right {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.top-right a {
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  color: black;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 3rem;
}

h1 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.poem {
  font-family: Georgia, serif;
  line-height: 1.8;
}

.poem p {
  margin-bottom: 2rem;
  font-size: 1.05rem;
  text-align: justify;
}
