.crop_header img{
    overflow-y: hidden;
    position: relative;
    height: 930px;
    background-clip: border-box;
    top: -70px;
}

.test{
    font-size: 30;
    font-weight: bold;
}


#header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    box-shadow: 0px 30px 200px 25px black;
    z-index: 9999;
}

#footer{
    z-index: 9999;
    /* position: fixed; */
    left: 0px;
    bottom: 0%;
    /* box-shadow: 0px -30px 200px 25px #0000008e; */
}

.body_img{
    left: 0px;
    width: 100%;
}

#home{
    top: -100px;
}

