
body
{
	background-color: rgb(40, 2, 23); 
	margin: 0; 
	padding-top: 9px; 
	height: calc(100% - 9px); 
	text-align: center;
	
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#FPS {
	width: 200; 
	height: 20px; 
	border: 0px solid black; 
	color: white; 
	display: inline-block;
}

#ObjCount
{
	width: 200; 
	height: 20px; 
	border: 0px solid black; 
	color: white; 
	display: inline-block;
}

#PhysObjCount
{
	width: 200; 
	height: 20px; 
	border: 0px solid black; 
	color: white; 
	display: inline-block;
}