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

body.loaded{
    opacity:1;
}