.particles_container{
        position: relative;
    width: 100%;
    min-height: 100dvh;
    background-color: #ff82f3 !important;
    background-image: -webkit-linear-gradient(270deg, #7aaee1 0%, #1e4a82 0%, #0b1a2b 100%);
    background-color: black;
  }
  .section1{
    width: 100%;
    height: 200dvh;
    background-color: green;
  }
  
  #particle_canvas {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    position: absolute;
  }
  .header {
    position: sticky;
    top: 0;
    background-color: transparent;
    transition: background-color 0.3s;
  }
  
