#container {
	height: 100vh;
	width: 100%;
	background: #000;
}

canvas {
	cursor: pointer;
}