body {
     color: white;
     background: darkgreen;
}

h1 {
   text-align: center;
   }

pre {
    margin-top: 1em;
    margin-left: 2em;
    margin-bottom: 1em;
}

p { 
  color: yellow;
  }
