body {
    background-image: url(../img/bg.jpg);
    background-color: #004412;
    overflow: hidden;
}

#million {
    display: flex;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}

#loading:before {
    background: url(../img/crst-static.svg) no-repeat center / 100% auto;
	content:'';
	width: 200px;
    height: 100px;
	position: absolute;
	top: 50%;
	margin-top: -45px;
}
#loading {
	width: 366px;
    height: 366px;
	display: flex;
	align-items: center;
	justify-content: center;
}