body {
	background: #ddd url("/static/img/field.jpg") fixed no-repeat top left;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

footer {
	margin-top: 90px;
}

.flashes {
	margin-top: 90px;
	text-align: center;
}

#mbtiquestion .loading {
	text-align: center;
	font-size: 1.35rem;
	padding: 3rem 0;
	color: #555;
}