.impressum-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 100px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

h4{
    font-size: 60px;
}