body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loading-container{display:flex;justify-content:center;align-items:flex-end;height:100vh;gap:15px;padding-bottom:40px}.block{width:60px;height:60px;font-size:24px;font-weight:700;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:12px;animation:bounce 1s infinite ease-in-out}.block.a{background-color:#fbbf24;animation-delay:0s}.block.b{background-color:#f472b6;animation-delay:.2s}.block.c{background-color:#34d399;animation-delay:.4s}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}
