html,body {
	margin: 0;
	padding: 0;
}

main {
	text-align: center;
	width: 100%;
}

canvas {
	left: auto;
	right: auto;
		/* width: 60% !important;
		height: 60% !important; */
  object-fit: contain;
  /* display: block; */
}

/* canvas
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
} */
