.footer{
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 700px) {

    .footer{
        justify-content: space-around !important;
    }
   
}