:root{--var-primary-color-theme: rgb(255, 255, 255);--var-secondary-color-theme: rgb(186, 186, 186);--var-primary-text-color-theme: rgb(27, 27, 27);--var-secondary-text-color-theme: rgb(62, 62, 62);--var-card-width: 450px}html,body{font-size:20px;padding:1rem;max-width:1100px;margin:0 auto;box-sizing:border-box;background:var(--var-primary-color-theme);color:var(--var-primary-text-color-theme)}#intro{margin-top:1rem;margin-bottom:1rem;padding:1rem}.warped{-webkit-filter:url(#squiggly);filter:url(#squiggly)}.textured{-webkit-filter:url(#paper-squiggly);filter:url(#paper-squiggly)}header{display:flex;flex-flow:row wrap;justify-content:space-between}h1{font-size:3rem;font-family:sans-serif;color:#8bc462}h2{margin:0 auto;-webkit-filter:url(#squiggly);filter:url(#squiggly);font-family:sans-serif;color:#8bc462}a{color:inherit}menu{margin:0;padding:0;padding-top:1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(4rem,100%),1fr));gap:1rem}menu>li{display:inline;width:fit-content;padding:.2rem;font-size:1.3rem}menu>li:hover{background:#8bc462;color:#1b1b1b}li>a{text-decoration:none;font-family:sans-serif}ul{padding:0;list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(var(--var-card-width),100%),1fr));gap:1rem}article{display:grid;max-width:var(--var-card-width)}article>p{width:90%;margin:5px}.preview{aspect-ratio:2/1.3;object-fit:cover;width:var(--var-card-width);max-width:100%;border:1px solid black}i{color:var(--var-secondary-text-color-theme)}#profile{width:35%;object-fit:contain}#about{width:60%}@media(max-width:1000px){#about{width:100%}}@media(max-width:500px){html,body{font-size:16px}h1{font-size:2.5rem}}@media(prefers-color-scheme:dark){:root{--var-primary-color-theme: rgb(27, 27, 27);--var-secondary-color-theme: rgb(75, 75, 75);--var-primary-text-color-theme: #ede2c7;--var-secondary-text-color-theme: rgb(183, 183, 183)}.contact{filter:brightness(1)}}
