html, body
{
    font-size: 50px;

}
#underground{
    background-size: 240% auto;
    background-position: 20% 0px;    
}
h1{
    font-size: 80px;
}
#ground{
    background-size: 102% auto;
    width: 70%;
    left: 7%;
    background-position: 20% 5px;
}
#content, #footer{
    left: 7%;
    width: 68%;
    z-index: 5;
    

}