.main-impressum {
    display: flex;
    flex-direction: column;
    margin-left: 150px;
    margin-right: 150px;
    padding: 20px;
    max-width: 100vw;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

h2 {
    font-size: 2rem;
    margin-top: 40px;
    margin-bottom: 15px;
    color: #333;
}

h3 {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 10px;
    color: #0071bc;
}

p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #555;
}

p a {
    color: #0071bc;
    text-decoration: none;
}

p a:hover {
    text-decoration: underline;
}

section {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.makeItBlue {
    color: #0071bc;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .main-impressum {
        margin-left: 20px;
        margin-right: 20px;
    }

    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.75rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    p {
        font-size: 0.9rem;
    }
}
