

/* here is an empty css folder for any change in mobile phone of diffrent sizes  */

@media only screen and (min-device-width: 380px) and (max-device-width: 428px){
    * {
        margin: 0;
        padding: 0;
        scroll-behavior: smooth;
    }

    #bodyMain {
        background-color: #FFEFEF;
        overflow-x: hidden;
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }

    #body_log{
        background-color: #E4D0D0;
        overflow-x: hidden;
    }
    
}