a {
    text-decoration: none;
}
#footernav {
    background-color: #161b2e;
    position: fixed;
    margin-top: 100px;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
}
#footercontent  {
    justify-content: space-between;
    display: flex;
}
#footersocialmedia {
    display: flex;
    width: 130px;
    height: 50px;
    justify-content: space-between;
    margin-top: 25px;
    margin-left: 11%;
}
#footerinstagram {
    width: 50px;
    height: 50px;
    border: solid;
    border-width: 1.5;
    border-radius: 50px;
    border-color: #ff0074;
}
#finstagrampic {
    margin-top: 15px;
    margin-left: 15px;
    fill: #ff0074;
}
#footerfacebook {
    width: 50px;
    height: 50px;
    border: solid;
    border-width: 1.5;
    border-radius: 50px;
    border-color: #557dbc;
}
#ffacebookpic {
    margin-top: 15px;
    margin-left: 15px;
    fill: #557dbc;
}
#footermenue {
    margin-right: 5%;
    display: flex;
}
.footerlink {
    margin-top: 37.5px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 20px;
    color: white;
    font-weight: 700;
    width: fit-content;
    height: fit-content;
}
.footerlink:hover {
    color: #f16e38;
}
.footerlink:active {
    color: #f16e38;
}