@keyframes loading{to{opacity:.1;transform:translate3d(0,-16px,0)}}.loading{display:flex;justify-content:center;margin:5rem auto}.loading div{width:16px;height:16px;margin:3rem .2rem;background:#331fe8;border-radius:50%;animation:loading .6s infinite alternate}.loading div:nth-child(2){animation-delay:.2s}.loading div:nth-child(3){animation-delay:.4s}
