
body {
	background: black;
	font-family: "Helvetica Neue";
	font-weight: 100;
	transition: background-color 1s ease-out;
}

#feedback { 
 	display: table-cell; 
  	vertical-align: middle; 
  	text-align: center; 
	padding-left: 30pt;
	padding-right: 30pt;
	font-size: 20pt;
	-webkit-user-select: none;
	line-height: 1.2;
	color: white;
}

#console {
	position: absolute;
	top: 10px;
	left: 10px;
}

div#preload { 
	display: none; 
}