@keyframes grid-scroll{0%{transform:translateY(0)}to{transform:translateY(50px)}}.animate-grid-scroll{animation:20s linear infinite grid-scroll}
