/* preloader.css */
body {
    opacity: 0;
    transition: opacity 1s ease;
}