@import"https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{--accent-color: rgb(130, 21, 37);--text-and-stroke-color: black;--default-bg-color: #ffeeed;--bg-anim-0: #ffefee;--bg-anim-14: #feffed;--bg-anim-28: #f6ffed;--bg-anim-42: #edfff0;--bg-anim-56: #edfffe;--bg-anim-70: #edefff;--bg-anim-84: #f9edff;--bg-anim-100: #ffedf3;--box-shadow-color-1: rgba(162, 154, 154, .75);--box-shadow-color-2: rgba(118, 113, 113, .75);--extra-link-color: #171a7d;--extra-link-hover-color: #17517d}[data-theme=dark]{--accent-color: #ff8a99;--text-and-stroke-color: white;--default-bg-color: #0f0707;--bg-anim-0: #0f0807;--bg-anim-14: #111008;--bg-anim-28: #0c0f07;--bg-anim-42: #060e09;--bg-anim-56: #081010;--bg-anim-70: #06070b;--bg-anim-84: #0e0710;--bg-anim-100: #10080b;--box-shadow-color-1: rgba(162, 154, 154, .75);--box-shadow-color-2: rgba(118, 113, 113, .75);--extra-link-color: #8a8dff;--extra-link-hover-color: #7fd3ff}body{overflow-x:hidden;font-family:Rubik,sans-serif;font-optical-sizing:auto;font-style:normal}span.project-title{margin:0 7px 0 0}.contact-link:hover{text-decoration:none}svg{width:35px;height:35px;stroke:var(--text-and-stroke-color);transition:stroke .3s ease,fill .3s ease}svg:hover{stroke:var(--accent-color)}#github-icon,#linkedin-icon{fill:var(--text-and-stroke-color)}#github-icon:hover,#linkedin-icon:hover{fill:var(--accent-color)}.wrapper{background-color:var(--default-bg-color);color:var(--text-and-stroke-color);animation:bgColor 20s infinite linear;display:flex;flex-flow:column}.left-col h1{font-size:2.8rem;font-weight:500}.left-col-header{display:flex;flex-flow:row wrap;margin:.5rem 0 0 .5rem;row-gap:.5rem}.contact{width:100%;display:flex;column-gap:.3rem}#projects{margin:1.5rem;display:flex;flex-flow:row wrap;justify-content:flex-start;row-gap:2rem}.project-container{width:100%;border-radius:8px;display:flex;align-items:flex-start;flex-flow:column;row-gap:.5rem}.project-title a{display:inline;font-size:1.6rem;text-align:center;font-weight:700;letter-spacing:1}.project-description span{font-family:Zen Old Mincho,serif;font-weight:400;font-style:normal;font-size:1.15rem;line-height:150%;padding:.5rem 0}.project-link{width:100%}.project-link img{background-position:center;object-fit:cover;object-position:50% 1%;width:100%;height:300px;border-radius:12px;animation:glow-reverse .25s ease-in-out forwards}.project-link img:hover{animation:glow .25s ease-in-out forwards}a{text-decoration:none;font-weight:700;color:var(--accent-color);position:relative;transition:color .1s ease-in-out}a:hover{text-decoration:underline}.links-row{display:flex;margin:.3rem 0}.links-row-item{font-size:1.1rem}.links-row-item a{font-weight:600;color:var(--extra-link-color);transition:color .2s ease-out}.links-row-item a:hover{text-decoration:none;color:var(--extra-link-hover-color)}.links-row-item:not(:last-child):after{content:"  |"}.links-row-item:not(:first-child){padding-left:8px}@keyframes bgColor{0%{background:var(--bg-anim-0)}14%{background:var(--bg-anim-14)}28%{background:var(--bg-anim-28)}42%{background:var(--bg-anim-42)}56%{background:var(--bg-anim-56)}70%{background:var(--bg-anim-70)}84%{background:var(--bg-anim-84)}to{background:var(--bg-anim-100)}}@keyframes glow{0%{box-shadow:1px 1px 10px 1px var(--box-shadow-color-1)}to{box-shadow:0 0 10px 2px var(--box-shadow-color-2)}}@keyframes glow-reverse{0%{box-shadow:0 0 10px 2px var(--box-shadow-color-2)}to{box-shadow:1px 1px 10px 1px var(--box-shadow-color-1)}}@media (min-width: 690px){.wrapper{height:100%;width:100vw;display:flex;flex-flow:row;column-gap:2rem}.left-col{position:fixed;top:0;left:0;height:100%;width:200px;padding:.6rem 0 0 .6rem}.right-col{flex:1;padding:1rem;margin-left:200px}.header{font-size:4rem}#projects{padding:1rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));padding:1.5rem}.project-container{min-width:400px;max-width:520px}.project-title a{font-size:1.3rem}.project-description span{font-size:.95rem;padding-top:.5rem;line-height:170%}.links-row-item{font-size:.9rem}}@media (min-width: 830px){#projects{justify-items:center}}@media (min-width: 1400px){.header{font-size:5rem}}
