body {
    background-color: #E9EAE0;
    color: #646463;
    font-family: helvetica;

}

main {
    background-color: inherit;
    /* Esto heredará el fondo del body */
    /* Otros estilos para el main */
}

.h1-joinup {
    text-align: center;
    font-size: 10vw;
    color: #6AC57D;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 5%;
}


.button-register {
    background-color: #6AC57D;
    width: 12vw;
    height: 47px;
    border-radius: 27px;

}

.button-login {
    background-color: transparent;
    width: 12vw;
    height: 47px;
    border-radius: 27px;
    border: 2px solid #646463;
    margin-left: 44px;
}

.button-login:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);

}

.button-register:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);

}
.buttons{
    font-size: 1.5vw;
}

.News {
    margin-top: 8%;
    background-color: #4B554F;
    width: 100%;

}

.Novedades {
    text-align: center;
    font-size: 125px;
    color: #E9EAE0;
    text-align: center;
    font-family: Impact;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.animacion {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
    margin-top: 3%;
}


hr{
    background-color: #4B554F;
}
.product-link{
    background-color: #6AC57D;
    width: 203px;
    height: 47px;
    border-radius: 27px;

}
.img-index{
    
    width: 70%;
    height: 70%;
    
}
.text-justify{
    text-align: justify;
}