body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	line-height: 135%;
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #b2826e;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fd0;
}
a:link,
a:visited,
a:active {
	color: inherit;
	text-decoration: none;
}
a:hover,
a:active {
	text-decoration: underline;
}

.page {
	width: 100%;
	display: flex;
	flex-direction: column;
	background-image: url(../images/orgrimmarosp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	position: relative;
}

header {
	position: absolute;
	top: 10%;
	left: 50%;
	background-color: rgba(146, 37, 23, 0.8);
	color: #452218;
	transform: skew(10deg, -20deg);
	padding: 0 1em;
	border-radius: 1ex;
	font-weight: 900;
}

footer {
	background-color: rgba(0, 0, 0, 0.5);
	margin: 1em;
	padding: 0 1em;
	border-radius: 1em;
	position: fixed;
	bottom: 0;
	left: 0;
}