body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-container{align-items:center;display:flex;height:auto;justify-content:center}.loader{height:80px;position:relative;width:80px}.loader__bar{animation:loaderAnimation 1s ease infinite;background:#333;bottom:0;height:100%;position:absolute;width:10px}.loader__bar:first-child{animation-delay:0s;left:0}.loader__bar:nth-child(2){animation-delay:.1s;left:15px}.loader__bar:nth-child(3){animation-delay:.2s;left:30px}.loader__bar:nth-child(4){animation-delay:.3s;left:45px}.loader__bar:nth-child(5){animation-delay:.4s;left:60px}.loader__ball{animation:ballAnimation 1s ease infinite;background:#ff3d00;border-radius:50%;bottom:0;height:20px;left:0;position:absolute;width:20px}@keyframes loaderAnimation{0%,40%,to{transform:scaleY(.05)}20%{transform:scaleY(1)}}@keyframes ballAnimation{0%,to{transform:translate(0)}50%{transform:translate(60px)}}
/*# sourceMappingURL=main.e51c176e.css.map*/