/* Estilo geral */

/* Estilos para dispositivos móveis */
@media screen and (min-width: 0px) and (max-width: 600px) {
    .body{
        background-color: #eac861;
    }
}

/* Estilos para dispositivos móveis */
@media screen and (min-width: 601px) and (max-width: 1030px) {
    .body{
        background-color: #86c361;
    }
}

/* Estilos para dispositivos móveis */
@media screen and (max-width: 4030px) {
    .body{
        background-color: #292929;
    }
}