body {
    font-family: 'Segoe UI', sans-serif;
    background: linear-gradient(120deg, #241030, #291432);
    color: white;
    overflow-x: hidden;
    padding-top: 80px;
}

#navoben {
    background-color:#180822;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-size: 1.1rem;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.mittig {
    display: flex;
    gap: 2rem;
    margin: 0 auto;
}

#navoben a {
    color: white;
    text-decoration: none;
    transition: color 0.3s;
}

#navoben a:hover {
    color: #00f0ff;
}

.rechts {
    gap: 2rem;
    margin-right: 30px;
}


.impressum {
    text-align: center;
}