body {
	font-family: 'Roboto Slab', verdana, helvetica, sans-serif;
	font-size: 100%;
	color: white;
	background-color: crimson;	
	padding: 0px;
	margin: 0px;
}

.blueBody {
   background-color: steelblue;	 
}

#errorArea {
	text-align: center;
	vertical-align: middle;
	width: 100%;
	width: 100vw;
	height: 100%;
	height: 100vh;
	display: table-cell;
	box-sizing: border-box;
}	

h1 {
	font-size: 240%;
}

img {
	margin-bottom: 24px;	
}