.datenschutz, .impressum{
    margin: 0 auto 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    height: auto;
    max-width: 80ch;
    padding: 2rem 1rem 4rem 1rem;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
    text-align: center;
    text-wrap: balance;
}
