html, body {
	width: 100% !important;
	height: 100% !important;
  	margin: 0px;
  	padding: 0px;
	overflow: hidden;
	display: block;
	justify-content: center;
	align-items: center;
}


canvas {
	width: 100% !important;
	height: 100% !important;
  	margin: 0px;
  	padding: 0px;
	overflow: hidden;
	display: block;
	justify-content: center;
	align-items: center;
}




.placeholder {
	width: 100% !important;
	height: 100% !important;
  	margin: 0px;
  	padding: 0px;
	overflow: hidden;
	display: block;
	justify-content: center;
	align-items: center;
}
