#main{
    margin-top: 100px;
}



@media only screen and (max-width:800px) {
    #main{
        margin-top: 120px;
    }
    
}