body {
  background-color: black;
  overflow: hidden;
}

html, body {
	margin: 0;
	padding: 0;
	background-color: #111;
}

#info {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: 'Courier New', Courier, monospace;
	color: white;
	pointer-events: none;
}

#samples, #credits {

	opacity: 0.5;
	background-color: rgba( 0.0, 0.0, 0.0, 0.5 );
	padding: 5px;
	display: inline-block;

}

#loading {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-family: 'Courier New', Courier, monospace;
}
