body {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
	background: #003336;
	color: #ffffff;
}
h1 {
	font-size: 3em;
	margin: 0;
	font-style: italic;
}
p {
	color: #4D4D4D;
	margin: 0px;
}
