.background {
    background-image: url(/images/lights.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .header {
    text-align: center;
    border-radius: 10px;
    background: rgb(0, 0, 0, 0.85);
    padding: 0.9rem;
    margin-bottom: 40px;
  }
  h1{
    font-size: 68px;
    font-family: 'Play', sans-serif;
    border-radius: 10px;
    color: green;
    padding: 0.5rem;
    border-bottom: 2px solid;
    width: 60%;
    margin: auto;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    list-style-type: none;
    gap: 4rem;
  }
  .Stats {
    font-size: 30px;
    font-family: 'Anton SC', sans-serif;
    color: white;
    text-decoration: none;
    border-bottom: 1px white groove;
    padding-bottom: 0.25rem;
    animation-name: home-out;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
    line-height: 32.5px;
  }
  .Home, .Teams, .History, .Standings, .Matchups, .Drafts, .ESPN {
    font-size: 30px;
    font-family: 'Anton SC', sans-serif;
    color: green;
    text-decoration: none;
    border-bottom: 1px green groove;
    padding-bottom: 0.25rem;
    animation-name: out;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
    line-height: 32.5px;
  }
  .Stats:hover {
    color: gray;
    border-bottom: 1px gray outset;
    animation-name: home-in;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
  }
  .Home:hover, .Teams:hover, .History:hover, .Standings:hover, .Matchups:hover, .Drafts:hover, .ESPN:hover {
    color: white;
    border-bottom: 1px white outset;
    animation-name: in;
    animation-duration: 0.1s;
    animation-fill-mode: forwards;
  }
  @keyframes home-in {
    0% {border-bottom: 1px white outset; font-size: 30px; color: white;}
    90% {border-bottom: 2.8px white outset; font-size: 32.25px; color: white;}
    100% {border-bottom: 3px gray groove; font-size: 32.5px;color: gray;}
  }
  @keyframes home-out {
    0% {border-bottom: 3px gray groove; font-size: 32.5px; color: gray;}
    90% {border-bottom: 1.2px gray outset; font-size: 32.25px; color: gray;}
    100% {border-bottom: 1px white outset; font-size: 30px; color: white;}
  }
  @keyframes in {
    0% {border-bottom: 1px green outset; font-size: 30px; color: green;}
    90% {border-bottom: 2.8px green outset; font-size: 32.25px; color: green;}
    100% {border-bottom: 3px white groove; font-size: 32.5px; color: white;}
  }
  @keyframes out {
    0% {border-bottom: 3px white groove; font-size: 32.5px; color: white;}
    90% {border-bottom: 1.2px white groove; font-size: 30.25px; color: white;}
    100% {border-bottom: 1px green outset; font-size: 30px; color: green;}
  }
  .img1 {
    float: left;
    width: 125px;
    cursor: grab;
    padding: 1.25rem 2rem;
  }
  .img1:active {
    cursor: grabbing;
  }
  .img2 {
    float: right;
    width: 125px;
    cursor: grab;
    padding: 1.25rem 2rem;
  }
  .img2:active {
    cursor: grabbing;
  }
  .h2 {
    font-size: 50px;
    font-family: 'Play', sans-serif;
    border: none;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 45px;
    width: 50%;
    height: auto;
    background: rgb(0, 0, 0, 0.85);
    text-align: center;
    color: green;
    display: block;
  }
  .h3 {
    font-size: 30px;
    font-family: 'Arsenal SC', sans-serif;
    border: none;
    border-radius: 10px;
    margin: auto;
    width: 75%;
    background: rgb(0, 0, 0, 0.85);
    text-align: center;
    color: green;
    padding: 10px;
    margin-bottom: 45px;
  }
  .act {
    text-decoration: underline;
  }
  .footer {
    font-family: 'Arsenal SC', sans-serif;
    position: relative;
    text-align: center;
    color: white;
    background: rgb(0, 0, 0, 0.85);
    padding: 0.5rem;
  }
  .footer-img1 {
    width: 50px;
    float: left;
    margin-top: 1%;
    margin-left: 30%;
  }
  .footer-img2 {
    width: 50px;
    float: right;
    margin-top: 1%;
    margin-right: 30%;
  }
  .boxscore-border {
    margin-bottom: 10px;
    width: 19.7%;
    display: inline-block;
  }
  table {
    font-family: 'Arsenal SC', sans-serif;
    border-left: 3px solid;
    border-right: 3px solid;
    border-radius: 10px;
    background: rgb(0, 0, 0, 0.85);
    color: white;
    text-decoration: none;
    width: 90%;
    animation: infinite;
    animation-name: boxscore;
    animation-duration: 5s;
    border-spacing: 0.5rem;
    margin-left: 8%;
  }
  td {
    border-bottom: 1px white none;
    border-radius: 5px;
    text-align: center;
  }
  .team-name {
    width: 90%;
  }
  .score-width {
    width: 10%;
  }
  @keyframes boxscore {
    0% {border-color: black;}
    25% {border-color: green;}
    50% {border-color: black;}
    75% {border-color: green;}
    100% {border-color: black;}
  }
  .champion {
    border: none;
    border-spacing: 0;
    width: 80%;
    display: table;
    margin: auto;
    background: none;
  }
  .class1 {
    border-left: 2px solid green;
    border-right: 2px solid green;
    border-radius: 0;
    font-size: 30px;
    color: green;
    text-align: center;
    width: 33.3%;
  }
  .class2 {
    border-right: 2px solid green;
    border-radius: 0;
    font-size: 30px;
    color: green;
    text-align: center;
    width: 33.3%
  }
  .class3 {
    border-right: 2px solid green;
    border-radius: 0;
    font-size: 30px;
    color: green;
    text-align: center;
    width: 33.3%
  }