@keyframes marchingAnts {
  0% {
    background-position: top left 0;
  }
  100% {
    background-position: top left 16px;
  }
}

