#loading{
        position: fixed;
         width: 100%;
         height: 100vh;
         background: #fff 
         url('images/preloader.gif')
         no-repeat center;
         z-index: 99999;
        animation-delay: +100ms;
       }