@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Space Grotesk,sans-serif!important;-webkit-user-select:none;-moz-user-select:none;user-select:none;scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-thumb{background:#0cf}#f2,body{background:#161b27}footer{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:15px;padding:25px;background:#1c212d;text-align:center;color:#fff}footer span{color:#0cf}footer strong{color:#636363}footer .socials{display:flex;align-items:center;gap:5px}footer .socials .social{width:40px;height:40px;background:hsla(0,0%,100%,.1);border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:20px;color:#fff;cursor:pointer}