*, html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;

}

header{
    height: 70vh;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url(assets/allergo_wall.jpg);
    background-size: cover;
}

section{
    padding: 50px 24px;
}

p {
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 16px;
}

b{
    font-weight: 700;
}

h2{
    font-size: 16px;
}


@media screen and (min-width:720px) {
    header{
        padding: 50px 50px;
    }
    header h2{
        margin-left: calc( 50vw - 50px);
    }

    section{
        padding: 50px 50px 50px 50vw;
    }
    p{
        font-size: 18px;
        line-height: 24px;
    }
}


/* section background color */

#about, #imprint{
    background-color: #A4A998;
}

#contact{
    background-color: #838a6f;
}

#imprint{
    color: rgb(45, 66, 51);
}