body {
	margin: 0;
	background-color: #ffffff;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 24px;
	overscroll-behavior: none;
	overflow: hidden;
}

canvas { display: block; }

#info {
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 1;
}

a, button, input, select {
	pointer-events: auto;
}

#povBtn{ width: 50px; }

#povBtn:hover{ filter: brightness(90%) !important; }

#povBtn:focus{ outline: none; }

#loading{
	background-color: rgb(187, 22, 43);
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#btnStart{
	position: absolute;
	bottom: 0%;
	margin-bottom: 5%;
	background: none;
	color: white;
	width: 80px;
	z-index: 20;
}

#btnStart:focus { outline: none; }

#loadingCar{ width: 25%; }

#loadingLogo{
	position: absolute;
	width: 10%;
	top: 3%;
}

#imgSeltos{
	width: 15%;
}

#loader{
	font-size: 1rem;
	margin-top: 1000px;
	position: absolute;
	bottom: 0%;
	margin-bottom: 5%;
}

.ldBar path.mainline  { stroke: #f1f2f3; }

#footer{
	line-height: 80%;
	text-align: center;
	font-size: 0.7rem;
	padding-left: 10%;
	padding-right: 10%;
	position: absolute;
	bottom: 0.1px;
}

@media only screen and (max-device-width: 1000px){
	#loadingCar{ width: 100%; }
	#imgSeltos{ width: 30%;}
	#loader { margin-bottom: 15%; }
	#btnStart{ width: 20%; 
		margin-bottom: 15%;}
	#imgSeltos{ width: 40%; }
	#loadingLogo{ width: 25%; }
}