@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;700&display=swap");*{box-sizing:border-box;padding:0;margin:0;font-family:Poppins,sans-serif}body,html{max-width:100vw;overflow-x:hidden;background-color:#6c54d8;color:#fff}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}