html{
	overflow:hidden;
	font-family: 'Oxanium', cursive;
}

canvas {
	display: block;
	position:fixed;
	top:0;
	left:0;
	touch-action: manipulation;
}

a{
	color:white;
}

#footer{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	font-size:12px;
	text-align:left;
}