.mobilmenutel {
    background-color: rgb(243, 191, 79);
    box-shadow: 1px 1px 3px 3px rgb(114, 113, 113);
    color: black;
    text-align:center;
    margin: 5px 10px 5px 10px;
    border: 1px solid darkslategray;
    border-radius: 10px;
    display: inline-block;
    width: 85%;
    font-family: 'Roboto', sans-serif;
}

.webmail {
    background-color: rgb(243, 191, 79);
    box-shadow: 1px 1px 2px 2px rgb(114, 113, 113);
    color: black;
    text-align:center;
    margin: 1px 10px 3px 10px;
    border: 1px solid darkslategray;
    border-radius: 10px;
    display: inline-block;
    width: 150px;
    font-family: 'Roboto', sans-serif;
}
