body {
	background-color: #fff;
	color: #4a4a4a;
	font-family: 'Montserrat', 'Arial', sans-serif;
	font-size: 20px;
	line-height: 150%;
	text-align: center;
	padding: 50px 20%;
}

img.logo {
	margin: 0 0 50px 0;
}

.error-message {
	margin: 50px 0;
	padding: 15px;
	background: rgb(167, 0, 56);
	color: white;
	font-size: 120%;
}

.error-trace {
	text-align: left;
	padding: 15px;
	background: #333;
	color: #eee;
	font-size: 16px;
	white-space: pre-wrap;
}