@keyframes top{0%{transform:translateY(-23%)}to{transform:translateY(0)}}@keyframes bottom{0%{transform:translateY(23%)}to{transform:translateY(0)}}.animate-top{animation-name:top;animation-duration:2s;animation-timing-function:ease-out}.animate-bottom{animation-name:bottom;animation-duration:2s;animation-timing-function:ease-out}