@charset "ISO-8859-1";

html {
	background: url(wallpaper.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
}

body {
	text-align: center;
}

h1 {
	font-weight: 600;
	font-size: 64px;
}

body {
	font-weight: 300;
	font-size: 40px;
}

article {
	display: block;
	text-align: left;
	width: 80%;
	margin: 4% auto 0;
}