/* Add custom CSS styles below */ 
/* الخلفية العامة */
body,
.site-wrapper,
.main-content,
.app-content {
  background-color: #cfe7ff !important;
}

/* ذيل الصفحة (الفوتر) */
footer,
.site-footer,
.main-footer,
.footer,
.footer-container,
.footer-wrapper {
  background-color: #cfe7ff !important;
}

/* تنظيف أي طبقات داخلية */
footer * {
  background-color: transparent !important;
}
body,
p,
h1, h2, h3, h4, h5, h6,
span,
a,
li {
  color: #264e43 !important;
}