*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#mc_embed_shell {
    background: red;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

#mc_embed_shell h2 {
    letter-spacing: -6%;
    line-height: 120%;
    font-weight: inherit;
}

#mc_embed_signup {
    padding: 1rem;
    width: 30vw;
}

@media screen and (width < 600px) {
    #mc_embed_signup {
        width: 100%;
    }
}

#mc_embed_signup img {
    width: 100%;
    margin-bottom: 2rem;
}

.mc-field-group {
    margin-top: 2rem;
    display: flex;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: -0.06rem;
    line-height: 120%;
    font-size: 2rem;
}

.mc-field-group > * {
    flex: 1;
}

.mc-field-group input {
    padding: 0.5rem;
}

#mc-embedded-subscribe {
    width: 50%;
    transform: translateX(50%);
    margin-top: 2rem;
    border: none;
    padding: 1rem;
    border-radius: 0;
    font-family: 'Times New Roman', Times, serif;
    letter-spacing: 0;
    line-height: 120%;
    font-size: 1.5rem;
    transition: letter-spacing 0.2s ease-in-out;
    background-color: white;
    color: black;
    font-weight: inherit;
}
#mc-embedded-subscribe:hover {
    transition: letter-spacing 0.2s ease-in-out;
    letter-spacing: -0.06rem;
    cursor: pointer;
}

.newsletter_back_button {
    position: fixed;
    top: 1rem;
    left: 1rem;
    letter-spacing: 0;
    line-height: 120%;
    font-size: 2rem;
    transition: letter-spacing 0.2s ease-in-out;
    color: white;
}
.newsletter_back_button:hover {
    letter-spacing: -0.06rem;
    transition: letter-spacing 0.2s ease-in-out;
}

.newsletter_back_button a {
    text-decoration: none;
    color: inherit;
}

@media screen and (width < 600px) {
    .mc-field-group {
        font-size: 1.5rem;
    }
    #mc-embedded-subscribe {
        font-size: 1rem;
    }
}
