
article{
    margin-bottom: 8rem;
}
h2{
    text-decoration: 1.5px underline;
}
.impressum_angaben{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

@media screen and (min-width: 75rem){
    article{
        width: 70%;
    }
}