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