/* 1. Hide the GitHub Icon Container */
/* targeted via the ID you found: id="social" */
#social {
  display: none !important;
}

/* 2. Hide the 'Powered by Gatus' text */
/* targeted via the specific Tailwind classes on that div */
div.text-sm.text-muted-foreground.text-center {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* 3. Your Header Customization */
#header {
  background-color: #FFF8DC; 
}
