#__aim-debug {
  position: fixed;
  top: 0;
  left: 0;
  border: 2px solid #333;
  opacity: 0.3;
  background-color: lime;
  pointer-events: none;
}
#__aim-debug.__aim-debug--hit {
  background-color: deeppink;
}
#__aim-debug.__aim-debug--hit-2 {
  background-color: black;
}
