#canvas {
	top:50%;
	left:50%;
	height:100%;
	position:fixed;
	transform:translate(-50%,-50%);
	overflow: hidden;
}

