.spinner{margin:0 auto;width:44px;display:flex;justify-content:space-between;text-align:center;>div{width:8px;height:8px;background-color:#302b2c;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.2s ease-in-out infinite both}.bounce1{animation-delay:-.32s}.bounce2{animation-delay:-.16s}}@-webkit-keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}