body {
    padding: 0px;
    margin: 0px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

header {
    margin-top: 24px;
    margin-bottom: 24px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: 25;
}

.mitte {
    display: flex;
    justify-content: center;
    align-items: center;
}

#front {
    width: 100%;
    height: 500px;
    padding-bottom: 20px;
    max-width: 2000px;
}

#front img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 800px) {
    #front {
        height: 600px;
    }
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 8px;
}

nav ul li a {
    font-weight: 600;
    padding: 140px;
}

#date, #fotos, #jahrestag, #bild {
    height: 300px;
    width: 300px;
}

#date img, #jahrestag img, #fotos img, #bild img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

nav ul li div {
    padding: 20px;
}

nav {
    position: sticky;
    top: 0;
    backdrop-filter: blur(5px);
}

