@media screen and (max-width: 400px){
    footer{
        height: 42vh;
        display: flex;
        flex-direction: column;
    }
    footer aside{
    height: 40vh;
    width: 100vw;
    margin: 0px auto;
    flex-direction: column;
}
footer aside a{
    width: 100vw;
    height: 8vh;
    margin-right: 0vw;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 8vh;
}
footer aside a:hover{
    color: white;
}
footer p{
    color: white;
    font-weight: 400;
    font-size:100%;
}
}