body{
    background-color: var(--bgb);
}

#boton-tema{
    margin-left: 0.5rem;
}

:root{
    --bg: #FEBC2F;
    --bgb: white;
    
}

.tema-oscuro{
    --bg: #C99A1C;
    --bgb: #181818;
}