#footer {
    margin-top: 15vh;
    margin-bottom: 0;
    font-size: 3vh;
    text-align: center;
    padding: 1vh 0 1vh 0;
    background-color: #363636;
    border-radius: 0;
}


.footNavigation {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    
    margin-left: auto;
    margin-right: auto;
}
.footNavigation button {
    width: 15vw;
    min-width: 150px;
    border: none;
    background: rgba(0,0,0,0);
    font-size: 2vh;
    font-weight: bold;
    color: white;

}
.footNavigation button:hover {
    text-decoration: underline;
}