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}html{font-size:14px}.loaderDotCircle{animation:rotation 2s linear infinite;border:5px dotted #2f7bcf;border-radius:50%;box-sizing:border-box;display:inline-block;height:48px;position:relative;width:48px}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(270deg)}}.container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}::-webkit-scrollbar{height:.3rem;position:relative;scroll-behavior:smooth;width:.3rem}::-webkit-scrollbar-track{background:#0000;border-radius:50rem}::-webkit-scrollbar-thumb{background:rgba(127,177,235,.603);border-radius:50rem}::-webkit-scrollbar-thumb:hover{background:#2f7bcf;position:absolute;width:.6rem}