@media (max-width: 600px) {
    .container {
        width: 90%;
        height: auto;
        padding: 10px;
    }

    .banner img {
        width: 100%;
        margin-top: 20px;
    }

    .profile > img {
        height: 100px;
    }

    .container .text {
        font-size: 16px;
    }

    #js-text {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .footer {
        width: 90%;
        height: 15%;
        padding: 10px;
    }

    .footer .footer-buttons svg {
        height: 25px;
        margin: 15px;
    }
}