.menu {
    position: fixed;
    top: 0;
}
body {
    margin: 0;
    padding: 0;
    margin-bottom: 218px;
}
.footer {
    margin-left:0px;
}

.undermenu {
    font-family: "SF Pro", sans-serif;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 110px;
    display: flex;
    justify-content: space-evenly;
      
    background: whitesmoke;
    position: fixed;
    bottom: 0;
    z-index:999;
}
a {
    text-decoration:none;
}   
a:link {
    color:#dd0033;
}
a:visited {
    color:#8888FF;
}
a:hover {
    color:#0000FF;
    text-decoration:underline;
}
a:active {
    color:#dd0033;
}

a:active {
    color:#FF0000;
}

