@media only screen and (max-width: 600px) {
    
    header, .content, footer {
        padding-left: 7vw;
        padding-right: 7vw;
    }


    footer {
        height: 50vw;
        margin-top: 20vw;
    }

        footer #logo {
            width: 50vw;
            bottom: 20vw;
        }
}