#overlay{

width: 80vw;
margin: 0px;
padding: 0px;
margin-left: -5px;
margin-top: -2px;


}

#shading{
    width: 80vw;
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
background-image: url("shading_photo.png");
margin: 0px auto;
padding: 0px;
text-align: center;

background-color:#eae1d0;
}
