@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap");*{margin:0;padding:0;box-sizing:border-box}body{width:100%;background-color:#f9f9f9;font-family:Poppins,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff;border-radius:5px}::-webkit-scrollbar-thumb{background:#007c04;border-radius:1px}::-webkit-scrollbar-thumb:hover{background:#11d418}