/* Full-page background SVG */
#background-image {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('img/coefficiencies-background.svg') no-repeat center top;
  background-size: cover;
  z-index: -1;
  opacity: 0.3; /* Adjust the opacity as needed */
}as

/* Ensure the content is readable over the background */
#hero-section {
  padding-top: 100px; /* Adjust if needed to push content below the menu */
  color: #ffffff;
  /* text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
