@import url(https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600);

body {
	font-family: 'Raleway', sans-serif;
	background-color: #222;
	color: #FFF;
	margin: 2%;
}

p {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.02em;
	line-height: 30px;
	margin-bottom: 20px;
}

.clear {
	clear: both;
}

/* PAGE AREAS */

#cover {
	margin-top: 35%;
	text-align: center;
}

#cover img {
	width: 160px;
	height: auto;
	filter: invert(1);
}