
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


#preloader{
    background: #e8e6e4 url(../LOGO.gif) no-repeat center center;
    background-size: 300px;
    height: 100vh;
    width: 100%;
    overflow: visible;
    position: fixed;
    z-index: 10000;
}

