:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;background:rgb(238,174,202);background:radial-gradient(circle,rgba(238,174,202,1) 0,rgba(148,187,233,1) 100%);font-family:IBM Plex Mono,monospace;color:#222}*,body{margin:0}*{box-sizing:border-box;padding:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}