@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono,wght@1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Slackside+One&display=swap');


body {
  background-color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 2rem;
  font-size: 28px;
  font-family: 'Slackside One', cursive;
  font-weight: 800;
  color: white;
  text-align: left;
  line-height: 3rem;
}

#poem {

}

.middle-row {
  margin: 0 auto;
}
