/* Snow effect CSS */
#snow-canvas {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 9999;
}
