@media (max-width: 640px) {
    body {
        text-align: center !important;
        overflow-x: auto !important;
    }
}

@media (max-height: 360px) {

    body {
        overflow-y: auto !important;
    }

}