/* CSSTerm.com Simple CSS menu */

.menu {
    margin-top: 5%;
}

.menu_simple ul {
    margin: 0; 
    padding: 0;
    width: 100%;
    list-style-type: none;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.menu_simple ul li a {
    text-decoration: none;
    color: black; 
    padding: 10.5px 11px;
    display:block;
}

.menuitem p {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 6vw;
    -webkit-tap-highlight-color: transparent;
    font-weight: 200;
    text-decoration: none;
}
 
.menuitem a {
    font-family: "Poppins", sans-serif;
    color: black;
    font-size: 4vw;
    -webkit-tap-highlight-color: transparent;
    font-weight: 200;
    text-decoration: none;
    justify-content: center; 
    display: inline-block;
    width: 85%;
    vertical-align: top;
}