
body{
    overflow: hidden;
    background-color: rgb(142, 158, 71);
}

.forward{
    position: fixed;
    height: 10vh;
    rotate: 180deg;
    top: 25px;
    right: 25px;
    opacity: 60%;

}


html{
    cursor: url(cursor.png), auto;
  }


p{
    font-family: "Atkinson Hyperlegible Mono", serif;
    font-size: 20px;
    margin: 35px;
    width: 100vh;
    color: rgb(233, 196, 73);
}

a{
    color: rgb(233, 196, 73);
}



  .dropbtn {
    background-color: rgb(142, 158, 71);
    font-family: "Atkinson Hyperlegible Mono", serif;
    color: rgb(233, 196, 73);
    font-size: 25px;
    border: none;
  }
  
  .dropdown {
    position: absolute;
    display: inline-block;
    margin: 35px;
    
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    min-width: 160px;
    font-family: "Atkinson Hyperlegible Mono", serif;
    z-index: 1;
  }
  
  .dropdown-content a {
    font-family: "Atkinson Hyperlegible Mono", serif;
    font-size: 20px;
    text-decoration: none;
    display: block;
  }



.dropdown:hover .dropdown-content {display: block;}


