body {
    background: white;
    font-family: sans-serif;
    margin: auto;
}
header {
    background: #2090D4;
	text-align: center;
}
h1 {
    color: white;
    font-family: monospace;
    margin: 0;
    text-align: center;
    font-size: 40px;
    padding: 30px 30px;
}
h2 {
    color: black;
    font-family: sans-serif;
    margin: 0;
    text-align: center;
    font-size: 30px;
}
h3 {
    color: black;
    font-family: sans-serif;
    margin: 0;
    text-align: left;
}
h4 {
    color: black;
    font-family: sans-serif;
    margin: 0;
    text-align: left;
}
nav {
    padding: 0 20px;
    background: #2090D4;
    text-align: center;
}
nav a {
    font-size: large;
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #28ABFB;
    padding: 11px 11px;
    font-family: sans-serif;
}
nav a.active {
    background: #2090D4;
}
nav a:hover {
    background: #2090D4;
}
main {
    background: white;
    padding: 40px;
    overflow: auto;
    min-height: 650px;
    width: 800px;
    text-align: left;
    margin: auto;
}
.hoger {
    text-align: center;
    padding: 5px;
    color: white;
    background-color: grey;
}
footer {
    text-align: center;
    padding: 5px;
    color: white;
    background-color: black;
}
img {
    float: right;
}
.bild {
    width: 350px;
    height: 380px;
}
.bild2 {
    width: 280px;
    height: 350px;
}
.bruh {
    text-decoration: underline;
}
a {
    color: white;
}