@keyframes wave{0%,to{height:60%}50%{height:70%}}@keyframes progress{0%{width:0}to{width:100%}}.animate-wave{animation:wave 2s ease-in-out infinite}.animate-progress{animation:progress 3s ease-in-out infinite}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}