*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--color-bg:#ffffff;--color-text:#000000;--color-accent:#9dff20;--color-accent-dark:#345c00;--color-tertiary:#f6f6f6}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:4rem 2rem}h1{font-size:clamp(2.032rem,2.032rem + ((1vw - .2rem) * 2.896),3.625rem);font-weight:700;text-align:center;margin-bottom:3rem}pre{font-size:.95rem;line-height:1.8;white-space:pre-wrap;word-wrap:break-word;max-width:700px}@media (max-width:600px){main{padding:3rem 1.5rem}h1{font-size:2rem;margin-bottom:2rem}pre{font-size:.85rem}}