@media screen and (max-width: 950px) {
    #form-container {
        flex-direction: column;
        height: auto;
        margin-bottom: 0;
    }
    #form-container .form {
        width: 100%;
        box-sizing: border-box;
    }
    #form-container .form {
        margin-bottom: 350px;
    }

    #content {
        width: 98%;
    }

    footer {
        margin-top: 100px;
    }
}
