body, html {
 	background: white;
 	margin: 0;
 	height: 100%;
 	overflow-y: hidden;
}

canvas {
	height: 100%;
	width: 100%;
}