body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #1a1a1a;
	user-select: none;
}
canvas {
	display: block;
}
#ui-layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.hud-text {
	text-shadow: 2px 2px 0 #000;
	font-family: 'Courier New', Courier, monospace;
}