@font-face{
    font-family: UbuntuSans;
    src: url(UbuntuSans.ttf);
}

header {
    Display: flex;
    justify-content: space-between;
    align-items: center;
    Background-color: white;
    Padding: 10px;
    Color: #a0cdd3;
}

nav {
    margin-left: auto;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li a{
    color: #fff;
    font-family: UbuntuSans, sans-serif;
    Font-weight: 600;
    padding: 20px;
    display: inline;
    background-color: #a0cdd3;
    margin-right: 20px;
    border-radius: 5px;
    text-decoration: none;
}

nav ul li a:hover{
    Background-color: white;
    Color: #a0cdd3;
}

body {
    background-color: #a0cdd3;
    margin: 0;
    padding: 0;
    height: 100%;
    }

footer {
font-family: UbuntuSans, sans-serif;
text-align: center;
color: white;
font-size: smaller;
padding-bottom: 5px;
}

img {
    max-width: 40%;
    height: auto;
    margin-right: 50px;
}

.container {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100vh;
    flex-direction: row;
}

.koppen {
    display: flex;
    flex-direction: column;
}

h1, h2, h3 {
    margin: 5px;
    color: white;
}

h1 {
    font-family: UbuntuSans, sans-serif;
    font-size: 600%;
    font-weight: bold;
    padding-bottom: 10px;
}

h2 {
    font-family: UbuntuSans, sans-serif;
    font-size: x-large;
    font-weight: 600;
}

h3 {
    Font-family: UbuntuSans, sans-serif;
    font-size: large

}

