:root{--red: #C5004A;--darkred: #7F0036;--lightgray: #e0e0e0;--gray: #C0C0C0;--darkgray: #333;--navy: #17050F;--blue: #082840;--white: #fff;--black: #070707;--base03:  #002B36;--base02:  #073642;--base01:  #586E75;--base00:  #657B83;--base0:   #839496;--base1:   #93A1A1;--base2:   #EEE8D5;--base3:   #FDF6E3;--keyword:      #F92672;--string:       #E6DB74;--boolean:      #AE81FF;--variable:     #FD971F;--storage:      #66D9EF;--functionCall: #B0EC38}html,body{padding:20px;margin:auto;max-width:900px;font-family:system-ui, sans-serif;background:var(--black)}html header,html main,html footer,body header,body main,body footer{position:relative}html footer,body footer{position:absolute;bottom:5%;left:45%}html a,body a{color:var(--variable)}html.home,body.home{color:var(--white)}html.home .imageContainer,body.home .imageContainer{background-color:var(--black);background-image:url("/img/background.webp");background-repeat:no-repeat;background-size:contain;position:absolute;width:100%;height:100%;max-width:900px;right:0;bottom:0}html.home .skills,body.home .skills{padding:0;max-width:500px;list-style:none;font-family:"Courier New", Courier, monospace;line-height:1.6em}html.home .skills li,body.home .skills li{display:inline;padding:0 5px 0 0;white-space:nowrap}html.home .skills li:hover,body.home .skills li:hover{background:var(--white);color:var(--black)}html.home .profiles,body.home .profiles{list-style:none;line-height:1.6em;padding:0}html.home .profiles li,body.home .profiles li{padding:0 5px 0 0;display:inline}html.home .profiles li a,body.home .profiles li a{padding:3px}.timeline{width:100%;max-width:500px;position:relative;box-sizing:border-box}.timeline:before{content:'';position:absolute;top:0px;left:calc(33% + 1px);bottom:0px;width:2px;background:#ddd}.timeline:after{content:"";display:table;clear:both}.entry{clear:both;text-align:left;position:relative}.entry .title{float:left;width:33%;text-align:right;position:relative;padding:5px 30px 5px 0;box-sizing:border-box}.entry .title:before{content:'';position:absolute;width:8px;height:8px;border:2px solid var(--variable);background-color:var(--black);border-radius:100%;top:15%;right:-8px;z-index:99}.entry .body{float:right;width:66%;box-sizing:border-box;padding:5px 0 5px 30px}.entry .body .position{font-weight:lighter}@media only screen and (min-width: 800px){body.home .imageContainer{height:90%;background-position:right}}@media only screen and (min-width: 1024px){body.home .imageContainer{height:100%}}@media only screen and (max-width: 800px){body.home .imageContainer{height:70%;background-position:center}}@media only screen and (max-width: 600px){body.home .imageContainer{height:50%;background-position:center}body.home .profiles{overflow:scroll;display:flex}body.home .profiles li{background-color:rgba(85,78,43,0.2);border:1px solid var(--variable);padding:2px 5px 2px 5px;margin-right:5px}body.home .profiles li a{text-decoration:none}}
