.star {
  position: absolute;
  width: 1px;
  height: 1px;
  background: white;
  border-radius: 50%;
  opacity: 1;
  transition: opacity 0.9s ease-in-out;
  z-index: 0;
  pointer-events: none;
}
