#preloader{position:fixed;display: flex;justify-content: center;z-index:999999999999999999999999999999999999999999;top:0;left:0;width:100%;height:100%;background-color:white;
//background-image:url(preloader.svg);background-position:center;background-repeat:no-repeat;


/*
*/-webkit-animation-duration: 2.5s;animation-duration: 2.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: fadeOut;animation-name: fadeOut;}



#preloader img {

}



@keyframes fadeOut {
   0% {opacity: 1;}
   100% {/* opacity: 0; *//* display:none */} 
} 