body {
	font-family: 'Open Sans', sans-serif;
}
.logo {
	max-width:500px;
	padding:0 20px;
	margin:80px  auto 35px;
	display:block;
}
hr {
	max-width:750px;
	margin:80px auto;
}
p {
	text-align:center;
	color:#777;
}
a {
	color:#e30513;
	font-weight:700;
	text-decoration:none;
	transition:color 0.15s linear;
}
a:hover {
	color:#999;
}