body {
	font-family: 'Lobster', serif;
	font-size: 48px;
	background-color: #3d566e;
}

header {
	display: block;
	position: absolute;
	color: #ffffff;
	text-shadow: 5px 5px 10px black;
	text-align: center;
	vertical-align: center;
	margin: auto;
	height: 100px;
	line-height: 100px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
