@keyframes dotFluctuate{0%,to{transform:scale(1)}50%{transform:scale(1.5)}}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:currentColor;margin:0 2px;animation:dotFluctuate 1.4s ease-in-out infinite both}.dot:first-child{animation-delay:-.32s}.dot:nth-child(2){animation-delay:-.16s}