#gradient-canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10000;
  --gradient-color-1: #fff;
  --gradient-color-2: #eee;
  --gradient-color-3: #ddd;
  --gradient-color-4: #ccc;
}
