body{
    margin:0;
    background-color: rgb(54, 58, 59);
    width: 100vw;
    font-family: "CartoGothic Std","Century Gothic","Apple Gothic",sans-serif;
    color:white;
    word-wrap: break-word;
}

ul {
    list-style-type: none;
    margin: 1vw;
    padding: 0;
    overflow: hidden;
    text-align:center;
    font-weight: 600;
  }
  
  li {
    display:inline-block;
    margin-left: 2vw;
  }
  
  li a {
    display: block;
    color: rgb(146, 197, 122);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    background-color: rgb(146, 197, 122);
    color: #000000;
  }
  
  .active {
    background-color: rgb(146, 197, 122);
    color: #000000;
  }

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(146, 197, 122);
    color: white;
    text-align: center;
 }
#content{

   
    margin: 0 auto;
    width: 70%;
    margin-top:2vh;
    margin-bottom: 2vh;
}
 #topImg{
    
    object-fit: cover;
    margin:0;
    width: 100vw;
    height: 33vh;
        
}
h1,h2{
    font-weight: normal;
    
    color: rgb(146, 197, 122);
    margin: 0;
}
h1{
    font-size: 48px;
}
a{
    color:rgb(146, 197, 122);
}
::-webkit-scrollbar {
    width: 0px;

}

button{
  width: 30%;
  font-size: 2vw;
  color: #000000;
  background-color: rgb(146, 197, 122);
 border: 0;
 user-select: none;
}

.box {
     float: left;
     width: 30%;
     margin-right: 3.33333%;
     padding: 20px;
     
   
}
