:root{--main-font: "Nata Sans";--content-font: "Space Mono";--bg: #ffffff;--fg: #0f0f0f;--muted: #6b7280;--contentbg: #ffffff;--card: #f7f7f8;--link: #ededed;--header-height: 5rem}:root.dark{--bg: #0b0b0b;--fg: #e5e7eb;--muted: #9ca3af;--contentbg: #1c1d20;--card: #151515;--link: #525252}*{font-family:var(--main-font);margin:0;padding:0}html,body{background:var(--bg);color:var(--fg);margin:0;padding:0}#content{max-width:60rem;margin-left:auto;margin-right:auto;height:calc(100vh - var(--header-height) - 2px);overflow-y:scroll}#content::-webkit-scrollbar{display:none}a{text-decoration:none;color:var(--fg)}a:hover{cursor:pointer}a:visited{text-decoration:none;color:var(--fg)}.card{-webkit-user-select:none;user-select:none;margin:1rem;border:2px solid var(--muted);border-radius:.5rem;background:var(--contentbg);overflow:hidden}.techIcons{position:relative;display:flex;flex-wrap:wrap;background-size:cover;background-position:center;justify-content:space-around;padding:1rem}.techCont{color:#e5e7eb;margin-top:1rem;display:flex;align-items:center;margin-right:.5rem;z-index:100;background:#10101066;-webkit-backdrop-filter:blur(100px) saturate(120%);backdrop-filter:blur(100px) saturate(120%)}.techIcon{width:.75rem;height:.75rem;margin:.5rem;position:relative;z-index:100}.pill{border-radius:100px;border:2px solid var(--muted)}.techLabel{margin-right:1rem;position:relative;z-index:100}a:hover{background:var(--link)}.html{background:linear-gradient(to bottom right,#f08800,#f1cfa3)}.CSS{background:linear-gradient(to bottom right,#9b0086,#866b83)}.JavaScript{background:linear-gradient(to bottom right,#ef0,#fcffd6)}.TypeScript{background:linear-gradient(to bottom right,#1d4ed8,#8c9dcd)}.Angular{background:linear-gradient(to bottom right,red,#f59696)}.Firebase{background:linear-gradient(to bottom right,#fc0,#f8efc9)}.openAI{background:linear-gradient(to bottom right,#b9d6f7,#f4f4f4)}.Java{background:linear-gradient(to bottom right,#e19600,#dbbd81)}.SQL{background:linear-gradient(to bottom right,#03a500,#8ca88c)}.Gscript{background:linear-gradient(to bottom right,#4a74e5,#a8b3d0)}.Aseprite{background:linear-gradient(to bottom right,#e7f1fc,#fff)}.Buzzsprout{background:linear-gradient(to bottom right,#004128,#6d9284)}
