* {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
}

body {
	margin: 0%;
	background-color: rgb(174, 164, 164);
}

html, body {
    height: 100%;
}

#omkrets {
    min-height: 100%;
    display: flex;
    flex-direction: column;
	width: 70%;
    margin: 0 auto;
    border: 1.5px solid;
}

a {
	text-decoration: none;
	color: #ebf1f7;
}

header {
    border-bottom: 1.5px black solid;
	background-color: #183b50;
	display: flex;
	color: #ebf1f7;
	justify-content: center;
}



nav {
	display: flex;
	justify-content: space-between;
	border-bottom: 1.5px solid;
	background-color: #2d5d79;
	justify-content: center;
}

nav ul {
	list-style: none;
	display: flex;
}
nav ul li a {
	display: block;
	padding: 20px;
}
nav ul li a:hover,
nav ul li a.current {
	background-color: #3F3438;
	color: #fff;
}

main {
    background-color: rgb(43, 90, 48);
    flex: 1;
}
main div {
	text-align: center;
	color: rgb(210, 210, 210);
	font-size: 15px;
}
main img {
    max-width: 300px;
    height: auto;
    float: right;
    margin-left: 1rem;
}
main #knapp a {
	text-decoration: none;
	color: #000000;
}

footer {
	background: #5D5D5D;
	color: #eee;
}