body {
    font-family: Lato Black, sans-serif;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #24261b url(myfreelife.jpg) 0 0 no-repeat;
    background-size: 100%
}

div.middle {
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.847);
    height: 782px;
    max-width: 943px;
    width: 90%;
    text-align: center;
    min-height: 50px;
    color: #fff;
    margin: 2% auto;
    border: 8px solid rgba(0, 0, 0, 0.855);
    box-shadow: blue 0px 0px 0px 0px;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 20px;
    font-weight: 500;
}


#mc_embed_signup {
    background: transparent url(./4845430.png) center 30px no-repeat;
    background-size: 149px;
    clear: left;
    padding-top: 120px;
    font: 14px Helvetica, Arial, sans-serif;
    width: 100%;
}

input {
    width: 85%;
    max-width: 480px;
    padding: 10px;
    margin: 20px auto;
    border-radius: 5px;
    font-size: 1.3em;
}

input[type='submit'] {
    width: 85%;
    max-width: 480px;
    padding: 10px;
    background: #cc0c0c !important;
    color: #fff;
    border-radius: 5px;
    font-size: 1.3em;
}

@media (max-width: 979px) {
    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 35px;
    }

    div.middle {
        margin: 12% auto;
    }