body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-image: url(media/2015\ Tika\ im\ Winter.JPG);
    backdrop-filter: blur(10px);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}

a{
    color: white;
}

a:hover {
    color: white;
}

a:visited {
    color: white;
}


.header {
    padding: 20px 0;
    max-height: 200px;
    text-align: center;
}

.logo {
    padding-top: 400px;
    max-width: 900px;
}


.nav {
    padding: 1px 0;
    justify-content: end;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: end;
}

.nav li {
    background-color: #0786c0;
    display: inline-block;
    margin: 1px;
    padding: 24px;
}

.nav a {
    color: white;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
}

footer {
    height: 60px;
    width: 100vw;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

a:link {
color: white;
}