:root{--bg-color:#2d2f42;--text-color:#e0e0e6;--link-color:#fff;--secondary-text:#a4adc0}body{background-color:var(--bg-color);color:var(--text-color);font-family:Work Sans,sans-serif;line-height:1.6;margin:0;padding:4rem 2rem;display:flex;justify-content:center}.container{max-width:700px;width:100%}h1{font-size:1.8rem;margin-bottom:1.5rem}h1,h2{font-weight:700}h2{font-size:1.1rem;margin-top:2rem}h2,p{margin-bottom:1rem}.role{font-size:1.1rem;margin-bottom:.5rem}.location{margin-bottom:1.5rem}.location,.section-title{color:var(--secondary-text)}.section-title{margin-bottom:1rem;font-size:1.1rem;font-weight:700}ul{list-style:none;padding:0;margin:0}li{margin-bottom:1.5rem}a{color:var(--link-color);text-decoration:underline}a:hover{opacity:.8}.item-description{color:var(--secondary-text);font-size:.9rem;display:block;margin-top:.2rem}.skills{margin-top:2rem}.contact{margin-top:3rem}footer{margin-top:6rem;padding-top:2rem;border-top:1px solid var(--secondary-text);color:var(--secondary-text);font-size:.8rem;display:flex;justify-content:space-between}@media(max-width:600px){body{padding:2rem 1rem}}
