/* html {
	height: 100vh;
  } */
  
  body {
	/* height: 500vh; 
	background:transparent; */
	margin: 0;
	padding: 0;
	font-family: neusa-next-std,sans-serif !important;
  }
  
  canvas {
	position: relative;
	margin-left:5%;
	/* left: 50%; */
	/* top: 50%; */
	transform: translate(0%, 0%);
	width: auto;
  }