*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#272727;--text:#ececec}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--bg);color:var(--text);display:flex;justify-content:center;align-items:center;min-height:100vh;-webkit-font-smoothing:antialiased}h1{font-size:2rem;margin-bottom:1rem}