body {
	background-color: #EDF7F9;
}

img {
	border: 50px solid #FDE9D9;
	margin: 0 50px;
}

.footer {
	font-size: 10px;
	font-family: Helvetica;
	letter-spacing: -1px;
	color: #74BED2;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.title {
	text-align: center;
	font-size: 50px;
	font-family: Helvetica, sans-serif;
	font-weight: 800;
	color: #31849B;
	letter-spacing: -5px;
}

.sub {
	text-align: center;
	font-size: 25px;
	font-family: Helvetica;
	font-weight: 400;
	letter-spacing: -1px;
	color: #31849B;
}

a {
	text-decoration: none;
}

a:hover {
	color: #F79646;
}