*{
    background-color: #2b2b29;
    font-family: 'Poppins', sans-serif;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;

}

.box img{
    height: 50vh;
}

  .suscription{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eee;
}

#mc-embedded-subscribe{
    background-color: #eee;
    padding: .8em 1em;
    border-radius: 25em;
    margin-top: 1em;
}

.mc-field-group{
    font-size: 1.2rem;
}

#mce-EMAIL, #mce-FNAME{
    background-color: #eee;
    min-width: 300px;
    margin-top: 2em;
    text-decoration: none;
    border: none;
    border-radius: 25em;
    height: 2em;
}