.contact {
    background: #222831;
    color: #fff;
}

.google-form {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 800px) {

    .contact-text,
    .google-form {
        width: 90%;
    }
}