@keyframes slide-in-one-tap {
  from {
    transform: translateY(80px);
  }

  to {
    transform: translateY(0px);
  }
}