html {
	font-family: sans-serif;
}

body {
	background-color: #9D9D9D;
	background: url(sky.jpg) no-repeat center center fixed;
	background-size: cover;
}

#logo {
	font-family: 'Source Sans Pro', sans-serif;
	color: #FAF5F2;
	font-size: 4rem;
	text-align: right;
	margin: 1rem 2rem;
}
