@font-face {
    font-family: 'UTC Rayon';
    src: url('UTCRayon-Regular.eot');
    src: url('UTCRayon-Regular.eot?#iefix') format('embedded-opentype'),
        url('UTCRayon-Regular.woff2') format('woff2'),
        url('UTCRayon-Regular.woff') format('woff'),
        url('UTCRayon-Regular.ttf') format('truetype'),
        url('UTCRayon-Regular.svg#UTCRayon-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
	overflow: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: UTC Rayon;
	paint-order: stroke fill;
	user-drag: none;
	user-select: none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	-ms-user-drag: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
}    
#renderCanvas {
	width: 100%;
	height: 100%;
	touch-action: none;
}
#preloader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 999999;
}
#loadedpercent {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 37%;
}
#scoreDiv {
	text-align: center;
}
#txtScore {
	text-stroke: 7px white;
	-webkit-text-stroke: 7px white;
	padding-top: 1%;
	text-align: center;
	background: linear-gradient(0deg, #ff3e57 0%, #ffb645 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ff754f;
	position: absolute;
	top: 0px;
	width: 100%;
}
#txtScoreShadow {
	text-stroke: 7px white;
	-webkit-text-stroke: 7px white;
	padding-top: 1%;
	text-align: center;
	background: linear-gradient(0deg, #ff3e57 0%, #ffb645 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ff754f;
	text-shadow: 0px 8px 20px rgba(0,0,0,0.6);
	position: absolute;
	top: 0px;
	width: 100%;
}
#divLogo {
	width: 100%;
    text-align: center;
    position: absolute;
    top: 27%;
}
#loadpercent {
	text-stroke: 2px white;
	-webkit-text-stroke: 2px white;
	text-align: center;
	background: linear-gradient(0deg, #ff3e57 0%, #ffb645 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: #ff754f;
}

