html, body
{
font-size: 30px;


}
#underground{
    background-size: 140% auto;    
}
h1{
    font-size: 60px;
}
#ground{
    background-size: 105% auto;
    width: 40%;
    left: 20%;
    background-position: 0px 0px;
}
#content{
    left: 20%;
    width: 38%;
    z-index: 5;

}
#footer{
    left: 20%;
    width: 38%;
    font-size: 40px;
    }