/* Add custom CSS styles below */ 
/* منع ظهور الهامش الأبيض الجانبي */
html, body {
    overflow-x: hidden !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}