html, body
{
background-attachment: fixed;


}
#underground{
    background-size: 380% auto;
    background-position: 25% 0px;
}
#ground{
    background-size: 126% auto;
    width: 90%;
    left: 5%;
    background-position: 92% 0px;
}
#content{
    left: 5%;
    width: 88%;
    z-index: 5;
   
    padding: 4px;
    margin-top: 300px;

}
#footer{
    width: 88%;
    left: 5%;
    
}
#logo{
    left: 20%;
    width: 60%;
    
}
.small{
    font-size: 34px;
}