/*
body {
    transition: background-color 0.3s ease, color 0.3s ease;
}
 Applica la transizione anche ai contenitori principali se necessario 
.site-content, .header, .footer {
    transition: background-color 0.3s ease;
}
*/