.equalizer-icon{justify-content:space-around;width:20px;height:28px;display:flex;transform:rotate(-90deg)}.bar{width:2px;height:100%;animation:1s infinite equalizer-animation}.bar:first-child{animation-delay:0s}.bar:nth-child(2){animation-delay:.2s}.bar:nth-child(3){animation-delay:.4s}@keyframes equalizer-animation{0%,to{height:20%}50%{height:100%}}
