/* Add custom CSS styles below */ 
body {
  background-color: #faf5f1;
}

footer {
  background-color: #faf5f1 !important;
  color: #444;
}

footer a {
  color: #444;
}

footer,
.site-footer,
.main-footer,
.s-footer,
.footer-container {
  background-color: #faf5f1 !important;
}

/* لو فيه طبقة داخلية */
footer * {
  background-color: transparent !important;
}