*{margin:0;padding:0;box-sizing:border-box;scroll-behavior:smooth}:root{--withe:#fff;--black:#000;--gray:#090909;--purple:#3f1ca0}body{-webkit-font-smoothing:antialised;background-color:var(--black);max-width:100vw;overflow-x:hidden}body,button,input,textarea{font-family:Montserrat,sans-serif}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background-color:rgba(9,9,9,.502)}::-webkit-scrollbar-thumb{background-color:var(--purple);border-radius:.5rem}h1,h2,h3,h4,h5,h6,p,strong{color:var(--white)}button{cursor:pointer}[disabled]{opacity:.6;cursor:not-allowed}a{text-decoration:none;color:var(--withe)}