@font-face {
	font-family: gameland;
	src: url(../../gameland.ttf);
}
body {
	text-align: center;
	color: white;
	font-size: 20px;
	font-weight: bold;
}
a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-family: gameland;
	font-size: 40px;
}
li {
	font-size: 16px;
}