@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap);body{width:100%;box-sizing:border-box;font-family:poppins,sans-serif;background-color:#000;color:#fff}::-webkit-scrollbar{width:10px;border-radius:50px}::-webkit-scrollbar-track{background:#323232}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}