*,::before,::after{margin:0;padding:0;box-sizing:border-box}html,body,.container{min-height:100vh}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:#fff;font-family:"Barlow",sans-serif;background-color:#16181d;padding:1rem}.profile-images{position:relative;height:125px;width:125px;-webkit-margin-after:1rem;margin-block-end:1rem}.profile-image{position:absolute;inset:0;border-radius:50%;width:100%;height:100%;transition:opacity .2s ease-in-out}.profile-image:first-child{z-index:1}.profile-image:first-child:hover{opacity:0;transition-duration:.3s}.profile-image:last-child{opacity:0}.profile-image:first-child:hover+.profile-image{opacity:1;transition-duration:.15s}.title{font-weight:700;font-size:clamp(1.5rem,1.33rem + .87vw,2rem);line-height:2rem;margin-block:.5rem}.location{display:flex;align-items:center;justify-content:center;gap:.25em;color:#a8b0bb;font-size:clamp(.88rem,.79rem + .43vw,1.13rem);margin-block:.5rem 1rem}.description{font-size:clamp(1rem,.96rem + .22vw,1.13rem);margin-block:1rem 1.5rem;max-width:50ch}.description a{color:inherit;text-decoration:none;z-index:0}.description a:hover,.description a:active,.description a:focus{--background-size:0%;--background-delay:0s;--stroke-dashoffset:26;--stroke-duration:0.3s;--stroke-easing:cubic-bezier(0.3, 1.5, 0.5, 1);--stroke-delay:0.195s;outline:0}.description a svg{display:inline;position:relative;left:-2px;vertical-align:middle;width:13px;height:20px;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke-width:1px;stroke:currentColor;stroke-dasharray:7.95 30;stroke-dashoffset:var(--stroke-dashoffset, 46);transition:stroke-dashoffset var(--stroke-duration, 0.15s) var(--stroke-easing, linear) var(--stroke-delay, 0s)}.social-links{margin-block:1.5rem 0}.social-link{display:inline-block;color:#fff;text-decoration:none;box-sizing:content-box;padding:0 .5rem;height:1.75rem;width:1.75rem;transition:transform .3s cubic-bezier(.18,.89,.32,1.28)}.social-link:hover,.social-link:active,.social-link:focus{outline:0;transform:scale(1.25)}.social-link:first-child{padding-left:0}.social-link:last-child{padding-right:0}.social-link svg{height:inherit;width:inherit}