html {
	margin: 0;
	background-image: url("img/background.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	width: 100%;
	height: 100%;
}
* {
	margin: 0;
	font-family: sans-serif;
}
p {
	padding: 8px;
}
header {
	background-color: #E1E1E1;
	background-color: rgba(225, 225, 225, 0.8);
}
main {
	margin-top: 5px;
	background-color: #E1E1E1;
	background-color: rgba(225, 225, 225, 0.8);
	height: 100%;
}
#logo {
	padding: 8px;
}
@media screen and (min-width: 600px) {
	body {
		margin-left: 12.5%;
		margin-right: 12.5%;
	}
}
