html, body {
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.bg {
	background-image: url(../images/blackHole.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
}

.message-caption, .error-caption {
	color: #fff;
	left: 0;
	letter-spacing: 10px;
	padding: 18px;
	position: absolute;
	text-align: center;
	text-shadow: -1px 1px 0 #000,
		 1px  1px 0 #000,
		 1px -1px 0 #000,
		-1px -1px 0 #000;
	top: 35%;
	width: 100%;
}

.message-caption {
	font-size: 150px;
}

.error-caption {
	font-size: 100px;
}
