body {
	background-color: #f9f9f9;
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	margin: 1%;
}
h1 {
	font-size: 6em;
	text-align: center;
	color: #438DD8;
	font-weight: 800;
	letter-spacing: 0.05em;
}
h2 {
		font-size: 2em;
		text-align: center;
		color: #438DD8;
		font-weight: 300;
		letter-spacing: 0.09em;
}
p, ul {
	font-weight: 300;
	line-height: 1.4;
	color: #616569;
	letter-spacing: .03em;
	margin: 10px 2% 20px 2%;
	font-size: 1.2em;
}
hr {
	max-width: 960px;
}
img {
	max-height: 64px;
	max-width: 64px;
}