.impressum-box {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 700px;
    width: 100%;
}

.impressum-title {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}

.impressum-text {
    font-size: 16px;
    color: #555;
    margin-bottom: 15px;
}

.impressum-section {
    margin-bottom: 20px;
}

.impressum-section p {
    margin: 5px 0;
}

.impressum-subtitle {
    font-size: 18px;
    color: #222;
    margin-top: 25px;
}

.impressum-footer {
    text-align: center;
    margin-top: 30px;
}
