#contactForm {
    display: flex;
    flex-direction: column;
}

#contactForm>input {
    width: 100%;
}

.g-recaptcha {
    display: flex;
    justify-content: center;
    margin-bottom: 1%;
}

#contactForm>textarea {
    width: 100%;
}

#formMessage {

    text-align: center;
    font-size: 23px;
    padding: 15px;

}