#main {
    margin-top: 13%;
}

@media screen and (max-width: 600px) {
    #main {
        margin-top: 30%;
    }
}