body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--headerHeight:64px;--footerHeight:72px;font-family:Montserrat,-apple-system,Ubuntu,Arial,sans-serif;height:100dvh;margin:0}#root{display:grid;grid-auto-flow:column;grid-template-areas:"header" "main" "footer";grid-template-columns:minmax(0,1fr);grid-template-rows:var(--headerHeight) calc(100% - var(--headerHeight) - var(--footerHeight)) var(--footerHeight);height:100%;margin:auto;max-width:600px;overflow:hidden;width:100%}header{grid-area:header}.bouncing-loader{display:flex;justify-content:center;padding:40px 0}.bouncing-loader>div{animation:bouncing-loader .6s infinite alternate;background-color:#a3a1a1;border-radius:50%;height:16px;margin:3px 6px;opacity:1;width:16px}@keyframes bouncing-loader{to{opacity:.1;transform:translateY(-16px)}}.bouncing-loader>div:nth-child(2){animation-delay:.2s}.bouncing-loader>div:nth-child(3){animation-delay:.4s}
/*# sourceMappingURL=main.f593f499.css.map*/