body {
    margin: 0 auto;
    max-width: 960px;
    font-size: 14px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.left {
    float: left;
}

.right {
    float: right;
}

.banner {
    text-align: center;
    margin-top: 40px;
}

.launch {
    width: 600px;
}

.tagline {
    text-align: center;
    margin: 75px auto 30px auto;
}

.tagline h2 {
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Michroma", sans-serif;
    color: #22abe3;
    word-spacing: 0.2em;
    font-weight: bold;
}

.textContent p {
    font-size: 1.25em;
    font-family: "Comfortaa", sans-serif;
}

.textContent h3 {
    text-align: center;
    font-size: 27px;
    margin: 80px auto 40px auto;
    font-family: "Michroma", sans-serif;
    font-weight: bold;
    word-spacing: 0.2em;
}

form p {
    font-weight: 600;
}

input {
    width: 452px;
    height: 45px;
    margin-bottom: 30px;
    background: #ddf2fa;
    border: 1px solid darkgray;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    padding: 0 8px;
}

i {
    color: red;
}

textarea {
    background: #ddf2fa;
    border: 1px solid darkgray;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    padding: 20px 8px;
}

button {
    width: 100px;
    height: 45px;
    border-radius: 5%;
    border: none;
    box-shadow: 2px 2px 5px rgba(0,0,0,.2);
    background: #22abe3;
    color: #ddf2fa;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 30px 0 40px 0;
}

button:hover {
    background: #0687b8;
}

.center {
    padding-left: 45%;
}

.center2 {
    padding-left: 35%;
}

#success {
    padding-left: 0;
}

::placeholder {
    color: #a2a2a2;
    padding: 0 0 0 7px;
}

@media (max-width:992px) {
    .left {
        margin: 0 10px;
        float: none;
    }

    .right {
        margin: 0 10px;
        float: none;
    }

    input {
        width: 95%;
    }

    textarea {
        width: 95%;
    }

    .center {
        padding-left: 35%;
    }

    .center2 {
        padding-left: 1%;
    }
    
    .logo {
        width: 70%;
    }

    .launch {
        width: 100%;
    }

    .tagline h2 {
        font-size: 18px;
        padding: 0 5px;
    }
    
    .textContent p {
        font-size: 1.1em;
        padding: 0 10px;
    }

    .textContent h3 {
        font-size: 21px;
    }

}