html,
body {
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

canvas {
	height: 100%;
	width: 100%;
	background: #fefefe;
}
