.stars-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1200ms ease;
}

.stars-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
