html, body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#renderCanvas {
	width: 100%;
	height: 100%;
	touch-action: none;
}

#fps {
	position: absolute;
	background-color: transparent;
	text-align: center;
	font-size: 10px;
	color: white;
	bottom: 5px;
	left: 5px;
	width: 60px;
	height: 20px;
}

#message {
	position: absolute;
	background-color: transparent;
	text-align: left;
	font-size: 10px;
	color: white;
	top: 5px;
	left: 5px;
	width: 150px;
	height: 20px;
}
