.typing{background-color:#565555;border-radius:20px;justify-content:center;align-items:center;width:60px;height:40px;margin:0 1rem;display:flex}.circle{background-color:#bfbdbd;border-radius:50%;width:10px;height:10px;margin:3px;display:block}.circle.scaling{animation:1s ease-in-out 3.6s infinite typing}.circle.bouncing{animation:1s ease-in-out 3.6s infinite bounce}.circle:first-child{animation-delay:0s}.circle:nth-child(2){animation-delay:.333s}.circle:nth-child(3){animation-delay:.666s}@keyframes typing{0%{transform:scale(1)}33%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}@keyframes bounce{0%{transform:translateY(0)}33%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}
