html, body{
    background: #ffffff !important;
}
/* 
@media screen and (max-width: 640px){
    body{
        padding-left: 5px !important;
        padding-right: 5px !important;

    }
} */

html, body{
    overflow-x: hidden;
}
@media screen and (max-width: 640px) {
    html, body{
        overflow-x: hidden;
    }
    
}