#spinner{display:flex;align-items:center;justify-content:space-between;margin-top:40px;width:56px}#spinner>div{width:12px;height:12px;background-color:#091b4a;border-radius:100%;display:inline-block;animation:fuse-bouncedelay 1s ease-in-out infinite both}#spinner .bounce1{animation-delay:-.32s}#spinner .bounce2{animation-delay:-.16s}@keyframes fuse-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}