.content-wrapper-imprint {
    display: flex;
    background-color: var(--color-primary-light);
    justify-content: center;
    padding: 20px;
}

#imprint {
    font-family: Arial, sans-serif;
    background-color: var(--color-primary-light);
    max-width: 900px;
}

#imprint h2 {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

#imprint p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    padding-bottom: 15px;
}

#imprint strong {
    color: #333;
}

#imprint hr {
    border: 0;
    height: 1px;
    background-color: #ddd;
    margin: 20px 0;
}

#imprint a {
    color: #0066cc;
    text-decoration: none;
}

#imprint a:hover {
    text-decoration: underline;
}