body {
	text-align: center;
	overflow: hidden;
	background-color: #000000;
}

canvas {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
