body {

  background-color: #1a2b2b;
  background-image: url("/gifs/B-5.gif");
  color: white;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 120%;
}



head {
  text-align: center
}

body {
  text-align: center
}

h1 {
  color: white;
  font-weight: bold;
}

h2 {
  color: white;
  font-weight: bold;
}

h3 {
  color: cadetblue;
  font-weight: bold;
}

h4 {
  color: cadetblue;
  font-weight: bold;
}

h5 {
  color: cadetblue;
  font-weight: bold;
}

h6 {
  color: cadetblue;
  font-weight: bold;
}

p {
  color: cadetblue;
  font-weight: bold;
}

hr {
  border-color: cadetblue;
  margin: 5% 25% 5% 25%;
  border-style: double;
  border-width: 5px;
}

a {
  color: cadetblue;  
}


.half {
  background-color: rgb(0, 0, 0, .90);
  width: 90%;
  height: 98vh;
  text-align: center;
  border: 5px groove;
  border-color: cadetblue;
  border-radius: 12px;
      }
      


.quarter {
  background-color: rgb(0, 0, 0, .90);
  width: 10%;
  height: 98vh;
  text-align: center;
  border: 5px groove;
  border-color: cadetblue;
  border-radius: 12px;
  align-items: center;
      }
      
.quarter>a:hover {
  cursor: wait;
      }

.width {
  max-width: 50%;
  max-height: 500px;
}

.button {
  background-color: cadetblue;
  border: none;
  color: black;
  padding: 15px 25px;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 9px #3b696b;
  margin: 0 auto;
  display: block;
  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);
}

.icon {
  width: 20%;
  height: auto;
}

.neo {
  width: 100px;
  height: auto;
}

div {
  width: 100%;
  height: 90%;
  overflow-y: auto;
}

.flowing {
  width: 100%;
  height: 30%;
  overflow-y: visible;
}

  table.center {
    margin-left: auto; 
    margin-right: auto;
    font-weight: bold;
    border-spacing: 30px;
  }

.badge {
  width: auto;
  height: 75px;
}

.space{
  width: 10px;
  height: 10px;
}

.colour_bar{
  width: auto;
  height: auto;
}