body {
    margin: 0;
    height: 100vh;

    background-image: url("images/RabbitHoleSpin.gif");
    background-size: contain;      /* Fill the screen */
    /* background-position: center;  Center the GIF */
    background-repeat: no-repeat;
    background-position: center;
    color: black;
    font-family: Arial, sans-serif;
}

a {
  color: #ff5733;
  }

.box {
  width: 10%;
  border-width:2px;
  border-style:solid;
  border-color:red;
    }

.headbox {
  width: 12%;
  }

 
.redbox {
  background-color: rgb(0 0 0 / 0.5);
  color: red;
  border: 2px red;
  }

.redheaderbox {
  background-color: rgb(0 0 0 / 0.5);
  color: red;
  }

 .footer {
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 200px;
    background-color: rgb(0 0 0 / 0.5);
    color: red;
    text-align: center;
}