/*this is for my poems, and potentially other simple line-by-line writing.*/

body {
  background-color: black;
  color: white;
  font-family: Verdana;
}

p {
  text-align-last: center;
}

h3 {
  text-align-last: center;
}