body {
	background: #1f8dc5;
}

.container {
	text-align: center;
	position: absolute;
	width: 400px;
	height: 580px;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -290px;
}

p.slogan {
	font-family: 'Tangerine', cursive;
	color: white;
	font-size: 60px;
}

a, a:active {
	transition: .3s all ease-out;
	color: #005986;
	text-decoration: none;
}

a:hover {
	color: #003f5f;
}
