:root{--bg: oklch(20% .1 270);--text-color: oklch(92% .04 265);--font-size-base: 16px}html{font-size:var(--font-size-base)}body{background:var(--bg);color:var(--text-color);font-size:var(--font-size-base);margin:0;padding:0;box-sizing:border-box;height:100vh;display:flex;flex-direction:column;font-family:Helvetica,Arial,sans-serif}
