.shooting-star {
  position: fixed;
  width: 4px;
  height: 2px;
  background: #39ff14;
  border-radius: 50%;
  box-shadow: 0 0 6px #39ff14, 0 0 12px #39ff14;
  pointer-events: none;
  opacity: 0;
  z-index: 9998;
}
