/* responsive Portion :start */
/* media query :start */
@media screen and (max-width:425){
    body{
           user-select: all;
    }
}
@media screen and(min-width:425)and (max-width:768){
    body{
        background-color: yellow !important;
    }
}
/* media query :end */
/* responsive Portion :End */