.top-container{
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 700px) {
    .top-container{
        flex-direction: column;
    }
    .footer-navigation{
        margin: auto;
        margin-bottom: 15px;
    }
}

footer p{
    margin-top: 0;
}

