/*
body {
	padding: 0;
	margin: 0;
	background: rgb(223, 223, 223);
	width: 100%;
	overscroll-behavior: contain;
}

#pg {
	display: block;
}

#canvas {
	position: absolute;
	margin:auto;
	overflow: hidden;
	top: 0;
	left: 0;
  object-fit: contain;
	max-width: 100%;
  max-height: 100%;
}
*/


body {
	background: rgb(239, 239, 239);
}

canvas{ /*#pg canvas{*/
  	top: 0;
  	bottom: 0;
  	left: 0;
  	right: 0;
  
  	position: absolute;
	margin: auto;
	overflow: hidden;
  	object-fit: contain;
	max-width: 99%;
  	max-height: 99%;
}
