body {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: antiquewhite;
  font-size: calc(10px + 0.8vh);
}

a {
  color: darkcyan;
}

main {
  height: 100vh;
  text-align: left;
  align-content: center;
}

#poem {
  height: 100vh;
  align-content: center;
}

#poem-title {
  max-width: 50vw;
}

#poem-content {
  max-width: 80vw;
  padding-bottom: 2vh;
}
