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

    /* Containers **************************************************************/

    /***** Header ***************************/

    header#landing-header,
    header#section-header {
        width: 90%;
    }

    header#section-header {
        align-items: center;
        flex-direction: column;
    }

    /***** Main *****************************/

    main#zines-section-main {
        width: 90%;
    }

    /***** Footer ***************************/
    
    footer {
        flex-direction: column;
        gap: 10px;
        height: 80px;
    }

}
