#a {animation: blackjack 1.6s infinite; position: relative;}

@keyframes blackjack {
  0% {top: 5px;}
  50% {Top: 6000px;}
  100% {top: 4px;}
  }