#section1{
    width:100%;
    position: relative;
    height:85vh;
    margin-bottom: 5vh;
}

#section1 > .text_{
    font-size:8vh;
    z-index: 100;
}

#section1 > img{
    position: absolute;
    left: 0;
    z-index: 1;
}

