body {
    transition: opacity 0.5s ease-in-out;
}

body.fade-out {
    opacity: 0;
}
