html,
body {
  font-family: 'Avenier Next', Helvetica, sans-serif;
  background: #202124;
  color: #a9a9a9;
  height: 100%;
}

.pin {
  box-shadow: 0 0 25px 25px rgba(0, 0, 0, 0.2);
}

.tracking-tightest {
  letter-spacing: -4px;
}

#finger {
  position: absolute;
  top: 0;
}

.finger-animation {
  animation-duration: 4s;
  animation-iteration-count: infinite;
  transition:
    left 1s ease-in-out,
    top 1s ease-in-out;
}
