#newsletter-form p {
    font-family: 'Manrope', sans-serif !important;
font-size: 16px !important;
}

#newsletter-form label, #newsletter-form select {
    font-family: 'Manrope', sans-serif !important;
    font-size: 14px;
}


.headline1 {
    font-family: 'Manrope', sans-serif !important;
    font-size: 60px !important;
    font-weight: 800 !important;
}

#newsletter-form input {
padding: 5px !important;
}


#newsletter-form .submit_container input {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 25px 15px !important;
    width: 200px;
    color: white;
    margin: auto;
    background-color: #be0000;
    transition: 0.3s;
    border-color: transparent !important;
    margin-top: 20px;
    margin-bottom: 20px;
}

#newsletter-form .submit_container input:hover {
color: white;
background-color: black;
}