* {
    margin: 0;
    padding: 0;
    font-family: Google Sans;
}
html {
    height: 100%;
}

body {
    height: 100%;
    background-image: url(Eimer.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}

nav {
    height: 90px;
    width: 100%;
    background-color: #2929299a;
    backdrop-filter: blur(15px);

    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.144);
    position: relative;
}

nav ul{
    float: right;
}

nav li {
    display: inline-block;
    margin-top: 30px;
    margin-right: 40px;
}

nav li a {
    font-family: Google Sans;
    font-size: 24px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

nav ul li .active {
    color: #b3995e;
}

nav img {
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    top: 50%;
    margin-left: 20px
    
}

#Slogan {
    color: white;
    text-align: center;
    padding: 350px;
    font-size: 48px;
}

#dasbeste {
    color: white;
    text-align: center;
    padding: ;
    font-size: 48px;
}