.page {
        display: flex;
        flex-direction: column;
        max-width: 833px;
        margin: 0 auto;
        text-align: center;
        font-family: 'Ubuntu', sans-serif;
}

img {
        width: 100%;
        height: auto;
        margin-top: 40px;
}

.content {
        margin-top: 50px;
}

.headline{
        margin-top: 30px;
}
h1{
        font-weight: 500;
        line-height: 1.5;
}


p{
        font-weight: 300;
        margin-top: 40px;
        line-height: 2;
        font-size: 18px;

}

.bild{
        margin-top: 80px;
}


@media screen and (max-width: 600px){
        h1{
                font-size: 25px;
        }
}

@media screen and (max-width: 600px){

        .content{
                margin-top: 40px;
        }
}

@media screen and (max-width: 600px){

        p{
                margin-top: 60px;
                font-size: 15px;
                line-height: 2,5;
        }
}
