body {
	background-color: white;
	display: flex;
	overflow: hidden;
	position: fixed;
  width: 100vw;
  height: 100vh;
	padding: 0;
	margin: 0;
	justify-content: center;
	align-items: center;
}
 canvas {
	object-fit: contain;
	max-width: 100vw;
	max-height: 100vw;
}


