body {
	margin: 0;
	overflow: hidden;
}

canvas {
	background-color: rgba(0, 54, 54, 0);
}
#instructions {
	position: absolute;
	color: #fff;
	bottom: 0;
	padding-bottom: 6px;
	font-family: sans-serif;
	width: 100%;
	text-align: center;
	pointer-events: none;
}