body {
	font-family: 'Lato', sans-serif;
	text-shadow: 2px 2px #222;
	color: #EBEBEB;
	background-color: #15171A;
	background-image: url('/res/binding_dark.png');
	background-repeat: repeat;
}

#main-div {
	margin-top: 5em;
}

.center {
	margin-left: auto;
	margin-right: auto;
	width: 15em;
	text-align: center;
}

#question {
	font-size: 20pt;
	font-weight: 300;
}

#answer {
	margin-top: 3em;
	font-size: 50pt;
	font-weight: 900;
}