@keyframes letter-in {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}

/*# sourceMappingURL=anim.css.map */
