@import url("https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@300;400;500;700&display=swap");*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%}body{background-color:#000000;color:#ddd;font-family:'JetBrains Mono', 'Menlo', 'Monaco', 'Cascadia Code', 'Roboto Mono', monospace;font-size:1rem;line-height:1.6;font-weight:300}.container{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:70ch;margin:0 auto;padding:2rem;text-align:start}h1,h2,h3,h4,h5,h6{align-self:flex-start;font-weight:400;margin-block:1.5rem;color:#fff}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}a{color:#ffffff;text-decoration:underline;transition:opacity 0.2s ease}strong{color:#fff;font-weight:600}a:hover{opacity:0.8}@media (max-width: 768px){.container{padding:1.5rem;text-align:left}h1{font-size:2rem}h2{font-size:1.5rem}body{font-size:14px}}
