* {
    font-family: "Asul", serif;
}


body {
    background: linear-gradient(to bottom right, 
    #ec60a6, #db9ac8,
            #5894cf);
    margin: 0px;
    color: white;
    height: 100%;
}



.impressum-containter {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.impressum-containter p,
.impressum-rechts
 {
    text-align: center;
    max-width: 1000px;
    white-space: pre-wrap;
}


.impressum-containter h1{
    margin-left: 45px;
}
