html {
	touch-action: manipulation;
}
body {
	background-image: linear-gradient(rgb(0, 0, 0), rgba(255,0,0,1));
	background-size: cover;
	font-family: Monospace;
	margin: 0px;
	overflow: hidden;
}

#info {
	color: #808080;
	position: absolute;
	top: 10px;
	width: 100%;
	text-align: center;
	z-index: 100;
	display:block;
}
