body {
    background-image: url("/gifs/B-5.gif");
    background-color: black;
    color: white;
    font-family: 'IBM Plex Mono', monospace;
  }
  
  head {text-align: center}
  body {text-align: center}
  h1 {color: cadetblue;}
    h2 {color: white;}
         h3 {color: cadetblue;}
             h4 {color: cadetblue;}
                 h5 {color: cadetblue;}
                    p {font-weight: bold;}
  
hr {
  border-color: cadetblue;
  margin: 5% 25% 5% 25%;
  border-style: double;
  border-width: 5px;
}

.textbox {
  background-color: rgb(0, 0, 0, .70);
  width: 85%;
  text-align: center;
  border: 5px groove;
  border-color: cadetBlue;
  border-radius: 12px;
}

.button {
  background-color: cadetBlue;
  border: none;
  color: black;
  padding: 15px 25px;
  text-align: center;
  display: inline-block;
  border-radius: 12px;
  box-shadow: 0 9px #3b696b;
  font-family: 'IBM Plex Mono', monospace;
  font-weight: bold;
}

.button:hover {
  background-color: white;
  color: black;
}

.button:active {
  background-color: cadetBlue;
  box-shadow: 0 5px #3b696b;
  transform: translateY(4px);
}

td {background-color: rgb(26, 43, 43, .5);}
