#topText {
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
}

.contact-stuff {
    width: 80%;
    margin: auto;
}

.button {
    display: block;
    margin: auto;
    width: 500px;
}

form {
    background-color: #196dad50;
    padding: 15px;
}

.header {
    background-image: url("../img/success.png");
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .button {
        width: 300px;
    }

    iframe {
        width: 100%;
    }
}

/* Medium only */
@media screen and (min-width: 45.0em) and (max-width: 90.9375em) {
    .button {
        width: 300px;
    }

    iframe {
        width: 100%;
    }
}