body {
    margin: 0;
    padding: 0;
    background-color: #111827;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    height: 50px;
    background-color: #1f2937;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
}

.header a {
    text-decoration: none;
    margin-left: 20px;
    color: white;
}

section h1 {
    font-size: 2rem;
}

.name {
    color: #60a5fa;
}

.impressum-content {
    margin: 50px auto;
    max-width: 800px;
    padding: 20px;
}

.impressum-content h1, .impressum-content h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}

.impressum-content p {
    line-height: 1.6;
}