* {
	padding: 0;
	margin: 0;
}

html {
	overflow: hidden;
}

html, body {
	width: 100%;
	height: 100%;
	background: #000000;
}

#webgl {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.hint {
	position: fixed;
	left: 16px;
	bottom: 16px;
	z-index: 2;
	color: rgba(255, 255, 255, 0.45);
	font: 12px/1.4 "Helvetica Neue", Arial, sans-serif;
	pointer-events: none;
	letter-spacing: 0.04em;
}
