#impressum{
    --max-size: 1000px;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 8rem;
}

.impressum-content{
    padding-top: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    width: 100%;
    max-width: var(--max-size);
}

h1{
    font-size: var(--font-xxxl);
}

h2{
    margin-bottom: 1rem;
}

p{
    margin: .25rem 0;
}

.divider{
    width: 100%;
    height: 1px;
    background-color: var(--border);
    margin: .5rem 0;
}