body {
    opacity: 0;
    transition: opacity 0.7s ease;
}

body.fade-out {
    opacity: 0;
}

body.page-loaded {
    opacity: 1;
}