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: 3rem;
  font-size: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.poem {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}

.column {
  flex: 1;
  min-width: 300px;
  font-family: Georgia, serif;
}

p {
  margin: 1rem 0;
  line-height: 1.6;
  font-size: 1.1rem;
}
