
input[type="submit"] {
    color: white;
    width: 125px;
}

@media(max-width: 400px) {
    body h1, h2 {
        font-size: 1.5rem !important;
    }
    body h3, h4 {
        font-size: 1.2rem !important;
    }
}

@media(max-width: 352px) {
    #contact .cf-turnstile iframe {
        width: 229px !important;
    }
}
