﻿main{font-size:min(1rem,4vw);margin:auto;padding:2em 0;box-sizing:border-box;width:fit-content;}main section{max-width:40rem;margin:0 auto 3em auto;padding:0 2em;}#main{margin-left:auto;margin-right:auto;max-width:25rem;}#avatar{margin:2em auto;width:100%;box-sizing:border-box;}#avatar .background{stroke:none;fill:hsla(0,0%,75%,.4);}#avatar .border{stroke:DeepSkyBlue;stroke-width:3;fill:none;}#avatar svg{filter:drop-shadow(0 0 .25em DeepSkyBlue);}#name{margin:auto;text-align:center;filter:drop-shadow(0 0 .125em DeepSkyBlue) drop-shadow(0 0 .25em DeepSkyBlue);}#name h1,#name h2{font-weight:normal;margin:0;}#name h1{font-size:3.5em;}#name h2{font-size:2.25em;}#bio{font-size:1.125em;}#bio h3{margin:1.25em auto .5em auto;color:#98fb98;font-weight:normal;}#bio b{font-weight:normal;filter:drop-shadow(0 0 .03125em DeepSkyBlue) drop-shadow(0 0 .03125em DeepSkyBlue);}#bio ul{margin:0;padding-left:2em;}#bio li{position:relative;margin:.125em auto;}#bio li::marker{color:#696969;line-height:0;}#bio .indent{text-indent:-3em;padding-left:3em;}#bio .murmur{font-size:.75em;color:#a9a9a9;display:inline-block;margin:0 .25em;font-weight:normal;}#social-link{font-size:1.125em;}#social-link h3{margin:1.25em auto .5em auto;color:#98fb98;font-weight:normal;}#social-link ul{list-style:none;display:flex;flex-wrap:wrap;padding-left:2em;margin:0;}#social-link li{margin:0 .5em .5em 0;}#social-link li img{width:2em;aspect-ratio:1;display:block;opacity:.7;transition:opacity ease-in-out .2s;}#social-link li img:hover{opacity:1;}#social-link .frequently img{width:3em;}