html, body {
    background-color: #0d0d0d;
    color: white;
    scroll-behavior: smooth;
  }
  
.oferta-section,
.realizacje-section,
.about-section,
.kontakt-section {
  background: #0d0d0d; /* lub Twój globalny kolor tła */
}
body.aos-loading *[data-aos] {
    opacity: 0 !important;
  }
  
  html {
    scroll-behavior: smooth;
  }
  #oferta,
  #o-nas,
  #realizacje,
  #kontakt {
    scroll-margin-top: 80px;
  }
  body {
    font-family: 'Montserrat', sans-serif;
  }
      