:root{--rosewater:#f4dbd6;--flamingo:#f0c6c6;--pink:#f5bde6;--mauve:#c6a0f6;--red:#ed8796;--maroon:#ee99a0;--peach:#f5a97f;--yellow:#eed49f;--green:#a6da95;--teal:#8bd5ca;--sky:#91d7e3;--sapphire:#7dc4e4;--blue:#8aadf4;--lavender:#b7bdf8;--text:#cad3f5;--subtext-1:#b8c0e0;--subtext-0:#a5adcb;--overlay-2:#939ab7;--overlay-1:#8087a2;--overlay-0:#6e738d;--surface-2:#5b6078;--surface-1:#494d64;--surface-0:#363a4f;--base:#24273a;--mantle:#1e2030;--crust:#181926}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{background:var(--base);color:var(--text);max-width:1024px;min-height:100vh;margin:0 auto;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6}h1{color:var(--text);font-weight:600}a{color:var(--blue)}.pb-05{padding-bottom:.5rem}.profile{text-align:center;flex-direction:column;align-items:center;gap:10px;padding-bottom:1rem;display:flex}.profile .social-icons a{color:var(--mauve);padding:10px;display:inline-flex}.social-icons a svg{width:26px;height:26px}.profile img{border-radius:50%}.projects{flex-direction:column;gap:1rem;width:100%;display:flex}.project{background:var(--mantle);border-radius:12px;grid-template-rows:auto auto 1fr;grid-template-columns:120px 1fr;padding:.5rem;display:grid;overflow:hidden}.project .img{object-fit:contain;border-radius:12px;grid-area:1/1/4;width:100%;margin-top:.5rem;margin-bottom:.5rem}.project h3{grid-area:1/2;padding:.5rem 0 .25rem .5rem}.project .description{color:var(--subtext-0);grid-area:2/2;padding:0 0 .5rem .5rem;font-size:.9rem}.project .links{grid-area:3/2;gap:.25rem;padding:0 0 .5rem .5rem;display:flex}.project .links a{color:var(--mauve);padding:6px;display:inline-flex}.project .links svg{width:20px;height:20px}
