body{
opacity:0;
transition:opacity .35s ease;
}

body.loaded{
opacity:1;
}

body.fade-out{
opacity:0;
}
