@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700;800&display=swap");*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Manrope,sans-serif}body{color:#fff;background:#fff}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#021c19}::-webkit-scrollbar-thumb{background:#79c562;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#619e4e}