body {
background: #000000;
/* color: white; */
margin-top:130px;
user-select: none;
}

h1 {
	color: #456e42;
	font-size: 20px;
	line-height: 20%;
	font-family: monospace;
}

h2 {
	color: #ffffff;
	font-size: 60px;
	line-height: 20%;
	font-family: monospace;
}



#wrapper {
	width:1400px;
	height: :620px;
	left: 50%;
  margin-left: -700px;
	position: absolute;
	align: center;
}

#jungle {
	width:1400px;
	height: :620px;
	left: 50%;
  margin-left: -700px;
	position: absolute;
	align: center;
    pointer-events:none;
	}


.info{
position: absolute;
    display: none;
		color: white;

}


canvas {
	cursor:none;
}
