@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display+swap");*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;border:none;outline:none;scroll-behavior:smooth;font-family:Poppins,sans-serif}html{font-size:62.5%;overflow-x:hidden}body{color:#2e2e2e;background:#fff}a{color:inherit}@media (prefers-color-scheme:dark){html{color-scheme:dark}}body::-webkit-scrollbar{width:10px}body::-webkit-scrollbar-track{background-color:#2e2e2e}body::-webkit-scrollbar-thumb{background-color:#fff;border-radius:6px}body::-webkit-scrollbar-thumb:hover{background-color:grey}@media (max-width:1200px){html{font-size:55%}}@media (max-width:990px){section{padding:10rem 4% 2rem}}