:root{--foreground:#000;--background:#fff}::-moz-selection{color:var(--background);background:var(--foreground)}::selection{color:var(--background);background:var(--foreground)}span::-moz-selection{color:var(--foreground);background:var(--background)}span::selection{color:var(--foreground);background:var(--background)}body{font-family:Roboto Mono,monospace;color:var(--foreground);background:var(--background);padding:8px;font-weight:100}main{max-width:800px;margin:64px auto;display:flex;flex-direction:column;gap:32px}h1,h2,p{font-weight:100;margin:0}h1{font-size:40px;line-height:1.2}h2{font-size:24px;line-height:1.4}span{background-color:var(--foreground);color:var(--background)}a:not(.contact-icon){cursor:pointer;text-decoration:underline}a:not(.contact-icon):hover,button:hover{text-decoration:none;background-color:var(--foreground);color:var(--background)}a:active,a:link,a:visited,button{color:var(--foreground)}button{background:none;outline:none;border:none;font-size:24px;line-height:1.2;font-family:Roboto Mono,monospace;font-weight:100;cursor:pointer;margin:0;padding:0}.hidden{opacity:0}.fade{width:inherit;transition-duration:1s;opacity:1}.fixed-header{height:75px;background-color:#fff;position:fixed;top:0;width:800px;display:flex;justify-content:center;z-index:10;box-shadow:0 8px 16px -16px #000}.contact-icon:hover{opacity:.5}.line-break-container{display:flex;align-items:center;position:relative;width:100%}.line-break{width:100%;height:1px;background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23333' stroke-width='1' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e")}.content-container{width:100%;justify-content:space-between}.about-container,.content-container{display:flex;align-items:center;min-height:250px}.icon-holder{height:100%;flex:1;display:flex;justify-content:center;flex-direction:row}.work-container{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px}.work-controls{display:flex;flex-direction:row;gap:16px;font-size:24px;margin-bottom:16px}.work-list{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:16px;min-height:440px}.work-box-container{border:1px dashed #000;width:100%;height:150px;position:relative;display:flex;align-items:center;justify-content:center}.work-box-container:hover{border:1px dashed #00000033}.work-list>a{width:100%}.work-list>a:hover{background-color:transparent}.work-box-container:hover>.work-box-background{filter:grayscale(0);opacity:.8;transition-duration:1s;background-position-y:center}.work-box-title{display:flex;flex-direction:column;height:auto;align-items:center;justify-content:center;gap:4px}.work-box-title>h2{height:auto;text-align:center;text-wrap:pretty}.work-box-title>h2,.work-box-title>p{background:#000;color:#fff;padding:0 8px}.work-box-background{opacity:.33;filter:grayscale(100%);height:100%;width:100%;z-index:-1;position:absolute;top:0;left:0;background-size:cover;background-position-y:top;transition-duration:1s}.work-box-background:before{content:" ";position:absolute;left:0;right:0;top:0;bottom:0;border:16px solid #fff;pointer-events:none}.work{width:100%;justify-content:space-between;text-decoration:none!important;font-size:20px}.contact-icons,.work{display:flex;flex-direction:row}.contact-icons{align-items:center;justify-content:space-evenly;flex:1}.contact-icons svg{cursor:pointer}.active{opacity:1}.not-active{opacity:.33}.profile-container{background-image:url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%23333' stroke-width='1' stroke-dasharray='6%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");border-radius:100px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}.profile{width:150px;height:150px;background-size:cover;background-position:50% 50%;border-radius:50%}.title{width:100%;justify-content:flex-start;min-height:450px}.profile-picture,.title{display:flex;align-items:center}.profile-picture{flex:1;justify-content:center}.email-alert{position:fixed;top:0;left:0;background:var(--foreground);margin:16px;padding:16px;color:var(--background);font-size:18px;transition-delay:3s}.email-alert-text{display:flex;align-items:center;gap:16px;cursor:pointer}.scissor-container{width:24px;position:absolute;left:-24px}.skills-container{min-height:150px;display:flex;align-items:center;flex-direction:row;text-wrap:nowrap;overflow-x:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none}.skills-ani{display:flex;animation:marquee 30s linear infinite}.section-tracker{position:fixed;top:50%;transform:translateY(-50%)}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.glare{background:linear-gradient(200deg,hsla(0,0%,100%,0),#fff 30%,hsla(0,0%,100%,0) 33%);position:absolute;width:150px;height:150px;opacity:.33;transition-duration:.33s}@media only screen and (max-width:1250px){main{max-width:600px}}@media only screen and (max-width:1044px){.section-tracker{display:none}}@media only screen and (max-width:720px){main{margin:32px auto}h1{font-size:24px;text-align:center}h1,h2{flex:1}h2{text-align:justify;font-size:18px}button{font-size:24px;font-weight:100}.fixed-header{left:0;overflow-x:hidden}.title{min-height:550px;flex-direction:column-reverse;gap:16px}.weather-title{flex:1;display:flex;align-items:center}.content-container{flex-direction:column;gap:16px}.contact-icons{width:100%}.contact-icons>div{width:auto}.work-controls{width:100%;justify-content:center}.work-list{gap:16px;min-height:440px}.work-box-title>h2{padding:0;max-width:345px}.work-box-background{opacity:.1}}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Roboto_Mono_5899e0;font-style:normal;font-weight:100 700;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Roboto_Mono_Fallback_5899e0;src:local("Arial");ascent-override:77.08%;descent-override:19.93%;line-gap-override:0.00%;size-adjust:135.95%}.__className_5899e0{font-family:__Roboto_Mono_5899e0,__Roboto_Mono_Fallback_5899e0;font-style:normal}