@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 200;
	src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'), url(/assets/woff/source-sans-pro-200.woff2) format('woff2');
}

body {
	background-color: #fff;
	font-family: "Source Sans Pro";
	font-size: 21px;
	font-weight: 200;
	line-height: 30px;
	color: #555;
}

#container {
	margin-top: 5em;
	margin-left: auto;
	margin-right: auto;
	width: 27em;
	padding: 2em;
	background-color: #FAFAFA;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
	box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.05) inset;
}

h1 {
	font-size: 63px;
	padding-top: 10px;
	margin-top: 0;
}

a {
	color: #158CBA;
	text-decoration: none;
}
