@font-face {
	font-family: "pixel";
	src: url("font.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}

body{
	background: #4DDB53;
}

#game{
	cursor: pointer;
	margin: 0 auto;
	display: block;
}