html {
    overflow-y: scroll;
}

#loader {
    background: url("https://dc.str2b.dev/img/load.gif") no-repeat scroll center center;
    position: absolute;
    height: 100%;
    width: 100%;
	z-index: 1;
}