body {
    background-image: url("./images/2Fort_OG.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto;
    background-color: rgb(131, 9, 245);

}

.center {
    text-align: center;
    color: #f8f8f8;
  }

  h1 {
    font-size: 30px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  p {
    font-size: 30px;
  }

  ul{
    font-size: 30px;
    color: #f8f8f8;
  }


  a:link {
    color: rgb(255, 255, 255);
  }
  a:visited {
    color: rgb(255, 251, 0);
  }
  a:active {
    color: blue;
  }
  a:hover {
    color: rgb(1, 255, 43);
  }

  .footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: red;
   color: white;
   text-align: center;
}

li a:hover {
    background-color: #555555;
    color: white;
    