
.Elessent {
  /* size of the section */
  min-height: 100vh;

  /* the SVG file 
  background-image: url('Elessent.svg');*/
  background-image: url(Elessent.svg), linear-gradient(#61B0BC, #61B0BC) ;
  
  /* common background settings */
  background-repeat: repeat-y;    /* or repeat if it’s a pattern */
  background-position: center;     /* top left / 50% 50% / etc. */
  background-size: contain;          /* contain | auto | 1200px */
  background-attachment: fixed;


}
