@import "https://fonts.googleapis.com/css2?family=Exo+2:wght@400;600;700;800;900&family=Space+Mono:wght@400;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{color:#edf2ff;background:#050c1a;font-family:"Exo 2",sans-serif;overflow:hidden}::-webkit-scrollbar{width:3px;height:3px}::-webkit-scrollbar-track{background:#050c1a}::-webkit-scrollbar-thumb{background:#1a6fff;border-radius:2px}select option{color:#edf2ff;background:#081220}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin{animation:1s linear infinite spin}
