@import url(https://fonts.googleapis.com/css2?family=Merriweather:wght@300&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(180deg,#020024,#05053d 50%,#000);font-family:Merriweather,serif;height:100%;margin:0;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,html{height:100%}.typingIndicatorContainer{align-items:flex-end;display:flex;flex:none}.typingIndicatorBubble{align-items:center;border-radius:12px;display:flex;height:40px;justify-content:center;margin:0 8px;width:52px}.typingIndicatorBubbleDot{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:bounce;animation-name:bounce;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:#fff;border-radius:50%;height:4px;margin-right:4px;width:4px}.typingIndicatorBubbleDot:first-of-type{margin:0 4px}.typingIndicatorBubbleDot:nth-of-type(2){-webkit-animation-delay:.15s;animation-delay:.15s}.typingIndicatorBubbleDot:nth-of-type(3){-webkit-animation-delay:.3s;animation-delay:.3s}@-webkit-keyframes bounce{0%,60%,to{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}@keyframes bounce{0%,60%,to{-webkit-transform:translateY(0);transform:translateY(0)}30%{-webkit-transform:translateY(-4px);transform:translateY(-4px)}}.App{align-items:center;height:100%;justify-content:center;overscroll-behavior:none}
/*# sourceMappingURL=main.b50a0d59.css.map*/