body {
    margin: 0;
    padding: 0;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p, a, label, button {
    margin: 0;
    padding: 0;
    font-size: unset;
    font-family: sans-serif;
    font-weight: unset;
    font-style: unset;
    text-align: unset;
    text-decoration: unset;
    color: unset;
}

iframe {
    min-width: 100%;
}

/* E-MAIL FORM */

    .emailform {
        padding: 5px;
        margin: auto;
        border: black 3px double;
        background-color: lightblue;
        width: calc(100% - 20px);
        max-width: 300px;
    }

    .emailform form div {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        margin: 5px;
        width: calc(100% - 20px);
        max-width: 280px;
    }

    .emailform form div label {
        display: block;
        min-width: 50px;
    }

    .emailform form div input {
        display: block;
        padding: 5px;
        margin: auto;
        width: 100%;
        background-color: khaki;
        font-size: 16px;
    }

    .emailform form button {
        display: block;
        padding: 5px;
        margin: 10px auto 5px auto;
        background-color: khaki;
        border: black 1px solid;
    }

    .emailform form button:hover {
        cursor: pointer;
        background-color: white;
    }

    .emailform form button:active {
        font-size: 12px;
        margin: 12px auto 7px auto;
    }

    .emailform img {
        display: block;
        margin: 5px auto;
    }

    .emailform h1 {
        margin: 5px;
        color: green;
        text-align: center;
        font-size: larger;
        font-weight: bold;
        font-stretch: ultra-condensed;
    }

    .emailfooter {
        font-size: medium;
        font-stretch: ultra-condensed;
        text-align: center;
        width: calc(100% - 25px);
        max-width: 330px;
        margin: 10px auto;
        color: lightblue;
    }

    .success {
        height: 155px;
        display: flex;
        align-items: center;
    }