:root{--light-theme:#fafafa;--dark-theme:#212121}body{font-family:Arial,Helvetica,sans-serif;font-size:1rem;color:#212121;font-weight:400;line-height:1.5}main{padding:30px;min-height:100vh;overflow:hidden;position:relative;z-index:1;background-color:#fafafa}main>section{max-width:640px;margin:0 auto}a{color:inherit;text-decoration: none;}a:hover{color:inherit;}h1{font-size:3rem;font-weight:400;margin-top:1.5rem;margin-bottom:0;line-height:1.2}h2{font-size:2rem;line-height:1.2;margin:1rem 0}address,h2,h3,h4{opacity:.74;font-weight:400}.about-me{position:relative}.view-mode{position:fixed;width:100%;height:100%;background:0 0;left:0;top:0;z-index:-1;transition:all .2s cubic-bezier(.82,.59,.27,.92)}.social-links{margin-top:1rem}.social-links a{display:inline-block;margin-right:2rem;padding:.5rem 0;opacity:.54;color:inherit;text-decoration:none}.social-links a:focus,.social-links a:hover{opacity:.84}.theme-switch-wrapper{position:relative;width:40px;padding:2px}#toggleColor{opacity:0;z-index:-1;position:absolute}.theme-switch{background-color:transparent;border-radius:15px;display:block;margin:0;opacity:1;position:relative;width:30px;height:30px;z-index:2;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.theme-switch .objects{width:24px;height:24px;background:#fdce10;box-shadow:0 0 0 0 #fff inset;display:inline-block;border-radius:50%;margin:3px 3px;-webkit-transition:all .2s cubic-bezier(.82,.59,.27,.92);-moz-transition:all .2s cubic-bezier(.82,.59,.27,.92);transition:all .2s cubic-bezier(.82,.59,.27,.92)}.theme-switch .objects span{background:0 0;box-shadow:20px 0 #fdce10,-20px 0 #fdce10;width:6px;height:2px;position:absolute;left:0;top:0;right:0;margin:auto;bottom:0;-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:all .5s cubic-bezier(.82,.59,.27,.92);-moz-transition:all .5s cubic-bezier(.82,.59,.27,.92);transition:all .5s cubic-bezier(.82,.59,.27,.92)}.theme-switch .objects span:after,.theme-switch .objects span:before{content:"";background:0 0;box-shadow:20px 0 #fdce10,-20px 0 #fdce10;width:6px;height:2px;position:absolute;left:0;top:0;right:0;margin:auto;bottom:0;-webkit-transition:all .5s cubic-bezier(.82,.59,.27,.92);-moz-transition:all .5s cubic-bezier(.82,.59,.27,.92);transition:all .5s cubic-bezier(.82,.59,.27,.92)}.theme-switch .objects span:before{-webkit-transform:rotate(60deg);-moz-transform:rotate(60deg);transform:rotate(60deg)}.theme-switch .objects span:after{-webkit-transform:rotate(120deg);-moz-transform:rotate(120deg);transform:rotate(120deg)}.theme-switch .label-text{width:180px;position:absolute;opacity:0;visibility:hidden;left:40px;top:5px;color:#aaa;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;transition:all .5s ease}.theme-switch:hover .label-text{visibility:visible;opacity:1;left:50px}#toggleColor:checked~main .objects{background:0 0;box-shadow:-5px -5px 0 0 #cacaca inset}#toggleColor:checked~main .objects span{box-shadow:20px 0 transparent,-20px 0 transparent;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}#toggleColor:checked~main .objects span:before{box-shadow:20px 0 transparent,-20px 0 transparent;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}#toggleColor:checked~main .objects>span:after{box-shadow:20px 0 transparent,-20px 0 transparent;-webkit-transform:rotate(0);-moz-transform:rotate(0);transform:rotate(0)}#toggleColor:checked~main{color:#eaeaea}#toggleColor:checked~main .view-mode{background-color:#212121}#toggleColor:focus-visible ~ main .theme-switch {box-shadow: inset 0 0 0 1px #2e2e2e, 0 0 0 1px #fff;}footer{margin-top:30px;max-width:640px;margin:0 auto}.user-meta{opacity:.35;padding:5px;font-size:10px;font-family:'Courier New',Courier,monospace}@media (hover:none) and (pointer:coarse){.theme-switch .label-text{visibility:visible;opacity:1;left:50px}}