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}html{background-color:#000}.App{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;min-height:100vh}.logo{height:5rem;pointer-events:none;position:absolute;top:5%;left:5%}.clock-container{width:300px;height:300px;border-radius:100%;border:3px solid #fff}.clock-wait-container{display:flex;flex-direction:column;justify-content:center;align-items:center;width:300px;height:300px;color:red}.clock-hand{width:60px}.clock-wait-text{color:red}.rotate{-webkit-animation:rotation 60s linear infinite;animation:rotation 60s linear infinite}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.629284b7.chunk.css.map */