/* Make the top navigation bar sticky */
.masthead {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff; /* Adjust to match your theme */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
}
