body {
  background-color: #000000;
  text-align: center;
}

h1 {
  color: #ffffff;
  font-family: 'Courier New', Courier, monospace;
  font-size: 3em;
}

p {
  color: white;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1em;
}

#poem {

}

#text {

}

#footnote {
  font-size: .8em;
}