*{margin:0}html{--black:black;--white:#f5f5f5;--grey:#d6d6d6;--darkgrey:#1e2434;--link:#3c7c69;--border:2px solid var(--grey);--section-gap:3rem;color:var(--black);background:var(--white);font-family:sans-serif;line-height:175%}@media (prefers-color-scheme:dark){html{--black:#f7f7ff;--white:#0f121a;--grey:#273043;--darkgrey:#d6d6d6;--link:#83c3af}}main{max-width:min(90svw,60rem);margin-inline:auto}h1,h2,h3,h4,h5,h6{font-family:serif}h1{margin-bottom:1rem;font-size:2.5rem;line-height:150%}a{color:var(--link)}main>section{margin-top:var(--section-gap)}main>section:not(:first-child){border-top:var(--border);padding-top:var(--section-gap)}section>p{margin-top:1.5rem}address{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.about>div{gap:max(1rem,5%);margin-top:1rem;display:flex}@media (max-width:650px){.about>div{flex-direction:column}}.about p{margin-top:1rem}.about dl{grid-template-columns:1fr 2fr;gap:0 1rem;margin-top:1rem;display:grid}.about dt{color:var(--darkgrey);text-transform:uppercase;font-size:15px}@media (max-width:850px){.about dl{grid-template-columns:1fr}}.project-card{border:var(--border);border-radius:1rem;margin:2rem 0;padding:1.5rem}.project-card .tags,.project-card>div{margin:2rem 0}.project-card>div:first-child{gap:1rem;display:flex}.project-card>div:first-child>:first-child{flex-grow:1}@media (max-width:500px){.project-card>div:first-child{flex-direction:column}}.project-card .details{grid-template-columns:1fr 1fr 1fr;gap:2rem;display:grid}@media (max-width:850px){.project-card .details{grid-template-columns:1fr}}.project-card .details p{margin:1rem 0}.project-card .tags{flex-wrap:wrap;gap:1rem;padding:0;list-style-type:none;display:flex}.project-card .tags li{border:var(--border);border-radius:5px;padding:.5rem}
