main{
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.large_title {
    font-size: 3rem;
    margin-bottom: 30px;
}

#impressum h2 {
    text-align: center;
    margin-bottom: 12px;
}

#impressum h3 {
    text-align: center;
    margin-bottom: 8px;
}

#impressum {
    background: white;
    padding: 2rem;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow);
    width: 100%;
    max-width: 600px;
    text-align: center;
}