
  
  .canvas {
    position: absolute;
    z-index: 5;
    top: -20px;
    left: 0;
    height: 120%;
    width: 100%;
    box-sizing: border-box;
    filter: blur(18px) contrast(4);
  }
  