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