*{box-sizing:border-box;padding:0;margin:0;max-width:100%}::-webkit-scrollbar{width:0px}#scrollbar__container{position:fixed;width:10px;height:100%;top:0;right:0;z-index:980}#scrollbar{position:absolute;width:10px;height:50px;top:0;right:0;animation:rainbow 10s linear infinite;background:linear-gradient(to top,#008aff,#00ffe7);border-radius:50px 0 0 50px;z-index:981}@keyframes rainbow{0%,to{filter:hue-rotate(0deg)}50%{filter:hue-rotate(360deg)}}@keyframes pulse{0%{transform:scale(1);opacity:0}80%{transform:scale(4);opacity:.7}to{transform:scale(3);color:#f45e55;opacity:1}}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}
