/* Fix the header to the top of the page */
.site-header {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* Push page content down to avoid overlap with the header */
.site-content {
  padding-top: 100px; /* Adjust this based on your header's height */
}