
body {
    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Roboto, Lato, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.newsletter-form {
    margin: 60px 10px 20px 10px;

    max-width: 750px;
    text-align: center;

    color: #2F4F4F;

    line-height: 150%;
}

.newsletter-text {
    font-size: 16px;
}
