@charset "UTF-8";

.forlifetitle {
    padding-top: 150px;
    /*background-color: antiquewhite;*/
    width: 500px;
    margin-bottom: 100px;
}

.forlifeillust {
    text-align: center;
    width: 100%;
    /*background-color: antiquewhite;*/
}

.forlifeillust img {
    width: 800px;
}

.sizenja {
    width: 500px;
    /*background-color: antiquewhite;*/
    margin: 100px;
}

.sizenen {
    width: 500px;
    /*background-color: aqua;*/
    margin: 100px;
}

.childja {
    width: 600px;
    margin-top: 100px;
    margin-right: 100px;
}

.childillust {
    width: 500px;
}

.childen {
    width: 500px;
    margin-left: auto;
    margin-top: 100px;
}




@media screen and (max-width:768px) {
    body {
        /*background-color: antiquewhite;*/
        margin: 0;
    }

    .sizenja {
        margin: 0;
        margin-top: 50px;
    }

    .sizenen {
        margin: 0;
        margin-top: 100px;
    }

    .childillust {
        margin-top: 100px;
        width: 100%;
        text-align: center;
    }
}


@media screen and (max-width:550px) {}