:root { --bg:#0b0f19; --fg:#e7e9ee; --muted:#a0a6b0; --accent:#4c8bf5; } html, body { height: 100%; } body { margin: 0; display: grid; place-items: center; background: var(--bg); color: var(--fg); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"Apple Color Emoji","Sego...

candy