html {
	height: 100%;
}

body {
	background-color: #5f5f5f;
	margin: 0;
	text-align: center;
	height: 100%;
}

canvas {
	margin: auto;
}