html, body {
	font-family:"Segoe UI";
	font-size:16px;
	
	color:#346;
	text-align:center;
	
	background-color:#070810;
	
	-moz-user-select:none;
	user-select:none;
	
	width: 100%;
	height: 100%;
	
	margin:0px;
}

p {
	height:0px;
	margin:0px;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
}

canvas {
	/*border: 1px solid #28683A;*/
	margin: 0 auto
}