body {
	background-color: black;
	color: white;
	cursor: default;
}

div#canvasContainer {
	width: 600px;
	height: 200px;
	margin: auto;
}
canvas {
	width: 100%;
	height: 100%;
}

footer {
	font-family: Arial;
	font-size: 0.8em;
	text-align: center;
	margin-top: 50px;
}

footer span {
	cursor: pointer;
}

footer, canvas {
    user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}

