html{scroll-behavior:smooth}html::-webkit-scrollbar{width:16px}html::-webkit-scrollbar-track{background:#a5a5a5;width:16px}html::-webkit-scrollbar-thumb{background:#000;border-radius:10px;width:16px}html::-webkit-scrollbar-thumb:hover{background:#191919}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Consolas}body,h1,h2,h3,h4,h5,h6,p{margin:0}#root{display:flex;flex-direction:column;min-height:100vh}.footer-container{background-color:#1e1e1e;display:flex;justify-content:flex-end;padding:8px}.footer-text{font-size:16px}.header-container{align-items:center;background-color:#1e1e1e;display:flex;gap:16px;height:70px;max-height:70px;padding:8px;position:-webkit-sticky;position:sticky;top:0;z-index:10000}.icon-container{height:40px;overflow:hidden;position:relative;width:40px}.matcha-icon{height:100%;width:100%}.icon-container .overlay{color:transparent;height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%;z-index:100}.github-icon{height:100%;width:100%}.main-container{display:flex;flex:1 1;flex-direction:column}.page-loader{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;border:8px solid #f3f3f3;border-radius:50%;border-top-color:#3498db;height:60px;width:60px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.page-loader-container{align-items:center;display:flex;flex:1 1;justify-content:center}
/*# sourceMappingURL=main.6709a08c.css.map*/