.title {
	text-align: center;
	margin: 10px 0 15px 0;
}

.content {
	width: 70%;
	font-size: 20px;
}

a, a:hover {
	color: black;
	text-decoration: none;
}

.footer {
	text-align: center;
	background-color: #c3d5e3;
	color: white;
	padding: 15px 0 1px 0;
	margin-top: 15px;
}