:root{--font-size-base: 1rem;--font-size-lg: clamp(1.2rem, .7vw + 1.2rem, 1.5rem);--font-size-xl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);--color-text: hsl(12, 5%, 4%);--color-bg: hsl(10, 21%, 95%);--color-border: hsl(17, 24%, 90%)}html{font-family:Jost,sans-serif;font-size:var(--font-size-base);color:var(--color-text);background-color:var(--color-bg)}body{margin:0;padding:0;height:100vh;width:100vw;display:flex;justify-content:center;align-items:center;background:rgba(50,50,50,1);background-size:cover;background-repeat:no-repeat;background-position:center center}main:where(.astro-NUXSF7CI){flex:1 1 100%;display:grid;margin:0;padding:0;min-width:25%;max-width:50rem;min-height:40%;max-height:30rem;border-radius:.5em;overflow:hidden;background:rgb(198,197,201);box-sizing:border-box;border:1px solid}@media (max-width: 50rem){main:where(.astro-NUXSF7CI){border-radius:0;border-left:none;border-right:none}}h1{font-size:var(--font-size-xl)}h2{font-size:var(--font-size-lg)}code{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}
