body{
	background-color: #000;
	color: #fff;
	overflow: hidden;
	cursor: none;
}
canvas{
	position: absolute; left: 0px; top:0px;

}

@font-face{
	font-family: 'MainFont';
	src: url(new-gen.ttf);
}

@font-face{
	font-family: 'SmallFont';
	src: url(lil-pix.ttf);
}