/*@media (min-width: 576px) {*/
@media (min-width: 320px) and (max-width: 576px) {

    body{
        padding: 10px;
    }

}
