@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#0c0c0c,#1a1a2e,#16213e);background-attachment:fixed;min-height:100vh}.background{position:absolute;inset:0;z-index:0;overflow:hidden}.blob{position:absolute;border-radius:50%;filter:blur(100px);opacity:.25}.blob-1{width:500px;height:500px;background:#66bb6a;top:-150px;left:-150px;animation:move 25s infinite alternate}.blob-2{width:400px;height:400px;background:#26a69a;bottom:-100px;right:-100px;animation:move 30s infinite alternate-reverse}.blob-3{width:300px;height:300px;background:#ab47bc;bottom:50px;left:50px;animation:move 20s infinite alternate}@keyframes move{0%{transform:translate(0) rotate(0) scale(1)}to{transform:translate(200px,100px) rotate(180deg) scale(1.2)}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff0d}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}
