.main {
    background-image: 
      linear-gradient(var(--bckgrnd-overlay-dark), var(--bckgrnd-overlay-dark)),
      url("/wp-content/uploads/2025/12/composyst_CONTENT__WEB_0036.png");
    width: 100vw;
    min-height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-blend-mode: overlay;*/
  }