:root{--primary:#f1f1f1;--scroll-color:hsla(0,0%,67%,.85);--tertiary:#0bc28c}body,html{scroll-behavior:smooth!important;padding:0;margin:0;color:var(--text-color);overflow-x:hidden;font-size:14px;font-weight:400;line-height:21px;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body ::-webkit-scrollbar,html ::-webkit-scrollbar{width:14px}body ::-webkit-scrollbar-track,html ::-webkit-scrollbar-track{background:var(--primary);border-radius:5px}body ::-webkit-scrollbar-track:hover,html ::-webkit-scrollbar-track:hover{cursor:pointer}body ::-webkit-scrollbar-thumb,html ::-webkit-scrollbar-thumb{background-color:var(--scroll-color);border-radius:14px;border:3px solid var(--primary)}body ::-webkit-scrollbar-thumb:hover,html ::-webkit-scrollbar-thumb:hover{background-color:var(--tertiary);cursor:pointer}.my_app{display:flex;flex-direction:column;justify-content:space-between}h1,h2,h3,h4,h6{margin:unset}a{color:inherit;text-decoration:none}a,button,ul{padding:unset}p{margin:unset}*{box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--scroll-color) var(--primary)}