body {
    overflow: hidden;
}
/* preloader */
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #fff;
    /* background: radial-gradient(circle, rgb(75, 65, 60) 0%, rgba(238,183,183,1) 100%); */
    z-index: 100;
}
#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left:50%; top:50%;
    color: #ED6826;
    /* background: url(../images/logo2.png) no-repeat center 0; */
    margin:-50px 0 0 -50px;
}
.logo {
    width: 100px;
    height: 100px;
    position: fixed;
    left:50%; top:50%;
    color: #ED6826;
    margin:-1000px 0 0 -50px;
}