.footer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #282433;
    height: 10rem;
}

.footer p{
    font-size: 1.6rem;
    color: white;
}

@media(max-width:539px){
    .footer{
        flex-direction: column;
    }
}
