body {
    font-family: "Segoe UI", sans-serif;
    background-color: #ffffff;
    color: #222;
    line-height: 1.6;
}

.impressum-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 16px;
    color: #111;
}

h2 {
    font-size: 1.5rem;
    margin-top: 24px;
    color: #444;
}

a {
    color: #0057ff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}