  html {
    font-size: 10px;
  }
  header {
    margin-bottom: 4rem;
  }
  nav {
    border-bottom: 2px solid black;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%;
  }
  h5 {
    font-size: 2rem;
  }
  .tb {
    border-bottom: none;
    padding-left: 8vw;
  }
  a {
    color: rgb(230, 230, 250);
    text-decoration: none;
  }
  .spacer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
  h1, h2, h3, h4 {
    font-size: 2.4rem;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 600px 600px 600px;
    align-items: center;
    justify-content: center;
  }

  #Teamtemp {
    border: 5px solid black;
    display: grid;
    grid-template-columns: 250px 40vw;
  }
  .hphotos {
    border: 6px solid black;
    width: 500px;
    height: 500px;
  }
  #results {
    grid-template-columns: 600px 600px;
  }
  #ListLinks {
    display: flex;
    align-self: center;
    justify-content: space-evenly;
    flex-grow: 0.2;
  }
  .link {
    font-size: 2rem;
    padding: 1rem;
  }
  a:hover {
    color: rgb(0, 240, 240);
    text-decoration: underline;
  }
  #link5 {
    border-right: none;
  }
  #title {
    font-size: 5rem;
    margin-left: 2vw;
    font-family: "Iceberg", cursive;
    color: rgb(0, 240, 240);
  }
  body {
    font-family: "Ubuntu", sans-serif;
    background-color: white;
    background-image: url("https://www.transparenttextures.com/patterns/inspiration-geometry.png");
  }
  main {
    font-size: 2rem;
    text-align: center;
  }
  #description {
    text-align: center;
    margin: auto;
    padding: 3rem;
  }
  #maintitle {
    margin-top: 2rem;
    font-size: 3rem;
    padding-bottom: 3rem;
  }
  #words {
    text-align: left;
    font-size: 2.3rem;
    padding: 0 6vw 0 6vw;
  }
  #wordlist {
    text-align: left;
    align-items: center;
    justify-items: left;
    padding-left: 10rem;
    grid-template-columns: repeat(3, 1fr);
  }
  b {
    border-bottom: 1px solid black;
    padding: 0 15vw 1rem;
  }
  #image {
    display: block;
    margin: auto;
    width: 70%;
  }
  #figure {
    padding-top: 8rem;
    padding-bottom: 6rem;
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
  }
  #sponsor {
    padding-top: 2rem;
    text-align: center;
  }
  #members {
    display: flex;
    justify-content: space-evenly;
  }
  #teamtitle {
    padding: 4rem 0 2rem 0;
  }
  #sponsorFig {
    padding: 2rem;
  }
  .TeamPics{
      width: 215px;
      height: 300px;
  }
  #depictImg{
    width: 500px;
    height: auto;

  }
  footer {
    background: #222;
    height: 10rem;
    margin-top: 8rem;
  }
  ul.new {
    list-style-position: inside;
    text-align: center;
  }
  #deplink{
    color: black;
    text-decoration: underline;
  }
  @media screen and (max-width: 50rem){
      a{
          font-size: 1.6rem;
      }
  }