body {
    background-image: url("/gifs/B-5.gif");
    background-color: black;
    color: white;
    font-family: 'IBM Plex Mono', monospace;
  }
        .textbox {
          background-color: black;
          width: 1000px;
          text-align: center;
          }
          .scrollbox {
            width: 75%; 
            height: 500px; 
            overflow-y:auto;
          }
  head {text-align: center}
  body {text-align: center}
  h1 {color: cadetblue;}
    h2 {color: cadetblue;}
         h3 {color: cadetblue;}
             h4 {color: cadetblue; text-decoration: underline;}
                 h5 {color: cadetblue;}

td {background-color: black;}
em {color: cadetblue;}
