
    .WhatsappButton {
    position: fixed;
    right: 30px;
    bottom: 24px;
    padding: 24px;
    }
#topnav{
position: fixed;
   } 

a{
    display: block;
    margin: auto;
    width: 50%;
}
h2{
    font-family: "ADLam Display";
    text-align: center;
    color: rgb(92, 212, 92);
}

h3{
    font-family: "Comfortaa";
    color: black;
    text-align: center;
}
h4{
    text-align: center;
    text-decoration: none;
    color: red;
    font-family: "Quicksand";
}
p{ 
    text-align: center;
    color: black;
    font-family: "Comfortaa";
    text-decoration: none;
    margin-left: 50px;
    margin-right: 50px;
}

#top{
    background-color: grey;
}

dd{
    text-align: center;
    font-family: "Comfortaa";
}

footer{
    margin: 90px,40px,20px,40px;
}
