:root{--white: #fff;--black: #000;--space-1: 2px;--space-2: 4px;--space-3: 8px;--space-4: 12px;--space-5: 16px;--space-6: 24px;--space-7: 32px;--space-8: 48px;--space-9: 64px;--space-10: 96px;--space-11: 128px;--space-12: 160px;--space-13: 192px;--space-14: 256px;--space-15: 320px}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}html,body{font-size:1rem;height:100vh;height:100dvh;overflow-x:hidden;width:100vw;width:100dvw}body{background:var(--white);color:var(--black);min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;font-family:monospace;margin:0;padding:0}h1,h2,h3,h4{font-family:Arial,Helvetica,sans-serif;line-height:.9;text-wrap:balance}p,li{line-height:1.5;text-wrap:pretty}ul,ol{list-style-type:none}img,picture{max-width:100%;display:block}.app{display:flex;flex-direction:column;gap:2rem;justify-content:center;margin:auto;max-width:40rem;padding:12rem 2rem;width:100%}.app>*{font-family:monospace}.app a{background:#000;border-radius:6rem;color:#fff;padding:1rem 2rem;text-decoration:none;width:fit-content}.app a:hover{background:#222;font-weight:600}
