body {
	font-family: Arial;
	font-size: 16px;
	line-height: 1;
	background-color: #00fd97;
	color: #00fd97;
}

html, body{
  position:  fixed;
}

::selection {
	color:#00fd97; 
	background: rgba(0,0,0,.99);
  }

canvas{
  /* vertical-align: bottom; */
}

.info{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 500;
	font-family: neuzeit-grotesk-extra-conden, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	text-transform: uppercase;
	font-size: 10vmin;
}

h1{
	margin: 0;
}

