/* I used https://www.w3schools.com/css/css_align.asp 
to figure out how to center the text */
body {
    text-align: center;
    background-color: black;
    color: white;
    font-family: 'Comic Sans ms';
    font-size: 100%;
  }
