body,html{padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body::-webkit-scrollbar{width:1rem}html{scroll-behavior:smooth}main{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem;background-color:#1a1a29;min-height:100vh}body::-webkit-scrollbar-track{background:rgba(23,19,19,.948)}body::-webkit-scrollbar-thumb{border-radius:5px}a{color:inherit;text-decoration:none}img{pointer-events:none}*{box-sizing:border-box}@media (prefers-color-scheme:dark){html{color-scheme:dark}}