.main_footer{
    background: hsl(50, 50%, 0%);
    min-height: 20vh;
    padding: 10px;
    color: white;
}
.main_footer a{
    color: white;
}
.footer-links-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-menu-links{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.footer-social-links{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.fm_link{
    margin: 10px;
    padding: 5px;
}
.fsm_link{
    margin: 5px;
    font-size: 1.5em;
}


