body,
    html {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .rh-logo {
        max-width: 400px;
        width: 85%;
    }

    .rh-wrap {
        height: 100%;
        width: 100%;
        background-position: center;
        background-size: cover;
        position: relative;
        color: #222222;
        font-family: "Courier New", Courier, monospace;
        font-size: 24px;
    }

    .rh-main-container {
        width: 100%;
        max-width: 800px;
        /*padding: 15px;*/
    }

    .rh-main-content {
        padding: 15px;
        font-size: 16px;
    }

    .rh-main-container-inner {
        padding: 15px;
    }

    .rh-logo-container {
        margin: 0 auto;
        padding: 15px;
        text-align: center;
    }

    .rh-h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    .rh-bottom-left {
        position: absolute;
        bottom: 15px;
        left: 15px;
    }

    .rh-bottom-left a {
        text-decoration: none;
        color: #222222;
        font-size: 12px;
    }

    .rh-main-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .rh-hr {
        margin-top: 30px !important;
        margin-bottom: 40px !important;
        width: 30%;
        background-color: #222222;
    }

    .rh-cta {
        margin-top: 35px;
    }

    .rh-cta a {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 5px;
        background-color: #222222;
        color: white;
        text-decoration: none;
        margin-bottom: 10px;
        width: 130px;
        font-size: 20px;

    }

    #mc_embed_signup {
        width: 100% !important;
        font-family: "Courier New", Courier, monospace !important;
        text-align: center !important;
    }

    #mc_embed_signup h2 {
        text-align: center;
    }

    .rh-cta #mc_embed_signup a {
        width: initial !important;
        background-color: transparent !important;
    }

    #mc_embed_signup .mc-field-group {
        width: 100% !important;
    }