body{
    background-color: rgb(26, 26, 26);
}

h1{
    font-size: 5vw;
    color: #33b448;
}

p.descript{
    width: 80%;
    font-size: 1.5vw;
    color: whitesmoke;
}

div.text{
    font-family: Arial, Helvetica, sans-serif;
}



img.logo{
    width: 10%;
}

.topnav {
    background-color: rgb(31, 31, 31);
    overflow: hidden;
  }
  
  .topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }
  
  .topnav a:hover {
    background-color: #33b448;
    color: black;
  }

p.head{
    font-size: 64px;
    color: #33b448;
    font-weight: 990;
}
