@keyframes waveAnimation{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.wave{height:100%;width:2px;background-color:#63b3ed;margin:0 2px;animation:waveAnimation 2s ease-in-out infinite}.wave-1{animation-duration:2.2s}.wave-2{animation-duration:2.4s}.wave-3{animation-duration:2.6s}.wave-4{animation-duration:2.8s}.wave-5{animation-duration:3s}