:root {
    --black: hsl(0, 0%, 0%);
    --green: hsl(115, 89%, 15%);
    --dark-grey: hsl(0, 0%, 14%);
    --light-grey: hsl(0, 0%, 85%);
    --white: hsl(0, 0%, 100%);
    --red: hsl(7, 100%, 68%);
    --fs-18: 1.125rem;
    --fs-88: 5.5rem;
    --fs-72: 4.5rem;
    --fs-48: 3rem;
    --fs-32: 2rem;
    --fs-24: 1.5rem;
    --container: 69.375rem;

}

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

body {
    background-image: url(/images/back.png);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Raleway Dots', cursive;
    font-family: 'Space Grotesk', sans-serif;
    background-color: var(--black);
    color: var(--light-grey);
    line-height: 1.56;
    margin: 0;
    min-height: 100%;
    position: relative;
    text-align: center;
}

.header {
    margin-top: 110px;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 0.4265267175572518rem + 4.580152671755726vw, 2.625rem);
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 300;
    line-height: 0.15;
    color: var(--light-grey);
    text-decoration: none;
    text-align: center;
}

.main {
    padding-top: 80px;
    font-style: var(--dark-grey);
    box-sizing: inherit;
    min-height: 100%;
}

.wrapper {
    padding-top: 40px;
    font-size: 1.5rem;
    font-size: clamp(1.5rem, -3.0324427480916034rem + 19.338422391857506vw, 6.25rem);
    font-family: 'Raleway Dots', cursive;
    font-style: var(--dark-grey);
}

.content {
    font-size: 0.875rem;
    font-size: clamp(0.875rem, 0.517175572519084rem + 1.5267175572519085vw, 1.25rem);
    font-weight: 300;
    text-align: center;
    line-height: 0.5;
    position: relative;
    padding-bottom: 40px;

}

.email {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 0.5;
    position: relative;
    height:30px;
    width: 240px;
}

.mce_inline_error {
    font-size: 12px;
    text-align: center; 
    height:30px;
    width:240px;
    border-bottom-width: 2px;
    border-top-width:2px;
    padding-top: 0px;
    bottom: 0px;


}

.mc_embed_signup {
    height: 137px;
}

.email input {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    line-height: 0.5;
    height:30px;
    width:240px;
    background-color: rgba(36, 36, 36, 0.5);
    border: 1px solid var(--dark-grey);
    outline: none;
    border-radius: 5px;
    font-family: 'Space Grotesk', sans-serif;
    
  }

.email button {
    font-size: 18px;
    font-style: var(--light-grey);
    font-weight: 300;
    text-align: center;
    line-height: 0.5;
    height:30px;
    width:120px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--dark-grey);
    text-decoration: none;
    outline: none;
    color: var(--dark-grey);
    border-radius: 5px;
    font-family: 'Space Grotesk', sans-serif;
}

.optionalParent {
    padding-top: 35px;
}
.subscribe {
    font-size: 18px;
    font-style: var(--light-grey);
    font-weight: 300;
    text-align: center;
    line-height: 0.5;
    height:30px;
    width:120px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid var(--dark-grey);
    text-decoration: none;
    outline: none;
    color: var(--dark-grey);
    border-radius: 5px;
    font-family: 'Space Grotesk', sans-serif;
}

.footer {
    font-size: 12px;
    font-weight: 300;
    font-style: var(--light-grey);
    text-align: center;
    line-height: 0.5;
    position: absolute;
    width: 100%;
    padding-top: 40px;



}