* {
    font-family: "Asul", serif;
}


body {
    background: linear-gradient(to bottom right, #ec60a6, #db9ac8,
            #5894cf);
    margin: 0px;
    color: white;
    height: 100vh;
}




/*PREISE*/ 

.Preise-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    margin-bottom: 200px;
}

.Preise-container h2,
.Preise-container p{
    max-width: 1000px;
    text-align: justify;
}

