.title {
	font-family: 'bignoodle';
	font-size: 50px;
	text-align: center;
	width: 100%;
	color: #008;
}

.stats {
	font-family: 'bignoodle';
	font-size: 30px;
	text-align: left;
	color: #fff;
	white-space: pre;
	margin: 0.5em;
	
}

@font-face {
        font-family: 'bignoodle';
        src: url('/fonts/big_noodle_titling_oblique.ttf');
}


.settings {
	position: absolute;
	width: 11em;
	height: 8em;
	right: 0px;
	bottom: 0px;
	border: 2px #000 solid;
	background: rgba(255,255,255,0.5);
}