body {
	background: #272726;
	color: #E6E0D4;
	font-family: 'Josefin Slab';
	font-size: 2em;
	letter-spacing:2px;
	line-height: 40px;
	margin-top: 42px;
	text-align: center;
}

.wrapper {
	width:100%;
}

.centerIt {
	width: 420px;
	margin: auto;
}

h1 {
	margin-bottom: 42px;
}

h2 {
	font-family: 'ChunkFiveRegular';
	font-size: 1.6em;
	line-height: 60px;
	letter-spacing: 2px;
	margin-bottom: 42px;
}

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/fonts/Chunkfive-webfont.eot');
    src: url('/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Chunkfive-webfont.woff') format('woff'),
         url('/fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
