body {
	font-family: Arial;
	font-size: 16px;
	line-height: 1.5;
	
	background-color: #e6ca1d;
	color: #e23f12;
	
}

canvas {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0px);
}
