#stalker {
  pointer-events: none;
  position: fixed;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border: 1px solid black;
  -webkit-transition: top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  transition: top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s;
  transition: transform 0.2s, top, 0.5s, left 0.5s, width .5s, height .5s, background-color .5s, -webkit-transform 0.2s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  z-index: 20000;
}

#stalker.hov_ {
  top: -8px;
  left: -8px;
  width: px;
  height: 16px;
  border-radius: 0%;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.wrap {
  padding: 16px;
}

a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
/*# sourceMappingURL=mouse.css.map */