#stalker {
  pointer-events: none;
  position: fixed;
  width: 40px;
  height: 40px;
  background-color:rgba(206, 184, 174, 0.5);
  border-radius: 50%;
  transition: transform 0.2s;
  transform: translate(-50%, -50%);
  z-index: 999;
}