body {
  background-color: white;
  color: black;
  font-family: Verdana;
}
.cursor-star {
  position: fixed;
  pointer-events: none;
  background: #000000;
  clip-path: polygon(42% 0%, 58% 0%, 58% 42%, 100% 42%, 100% 58%, 58% 58%, 58% 100%, 42% 100%, 42% 58%, 0% 58%, 0% 42%, 42% 42%);
  width: 6px;
  height: 6px;
  z-index: 99999;
  transform: translate(-50%, -50%);
  will-change: transform, opacity;
}

