:root{--ui-color: #ffffff;--ui-background-color: #091620;--brand-color: #61a2d1;--brand-color-hover: #90bedf;--brand-background-color: #102737;--brand-background-color-hover: #1c435f;--hover-transition-duration: 50ms;--profile-picture-size: 250px}html{font-size:100%}*,*:before,*:after{box-sizing:border-box}*{-webkit-tap-highlight-color:transparent}body{margin:0;padding:0;background-color:var(--ui-background-color);color:var(--ui-color);font-size:1.08rem}#app{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;font-family:Avenir,Helvetica,Arial,sans-serif}a,a:visited{color:var(--brand-color);text-decoration:none;cursor:pointer;transition:color var(--hover-transition-duration)}a:hover,a:visited:hover{color:var(--brand-color-hover)}.button{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background-color:var(--brand-background-color);color:var(--brand-color);cursor:pointer;transition:background-color var(--hover-transition-duration)}.button:hover{background-color:var(--brand-background-color-hover);color:var(--brand-color-hover)}.profile{display:grid;grid-template-rows:1fr;grid-template-columns:1fr auto;gap:3rem}.profile-picture-container{width:var(--profile-picture-size);height:var(--profile-picture-size);overflow:hidden;border-radius:9999px}.profile-picture-container .profile-picture{width:100%;height:100%;object-fit:contain}.profile-information-container{display:flex;align-items:center;justify-content:center}.profile-information *:first-child{margin-top:0}.profile-information *:last-child{margin-bottom:0}.profile-information #full-name{margin-bottom:.75rem;font-weight:700;font-size:2.67rem}.profile-information #bio{margin-top:0;font-weight:400}.profile-information .socials{display:flex;align-items:center;justify-content:left;margin-top:2rem;padding:0}.profile-information .socials li{margin-right:.75rem;list-style-type:none}.profile-information .socials li i{margin-right:.2rem}@media only screen and (max-width: 960px){:root{--profile-picture-size: 180px}.profile{gap:2rem}}@media only screen and (max-width: 780px){:root{--profile-picture-size: 200px}.button{padding:.75rem 1.5rem;font-size:14pt}.profile{grid-template-rows:1fr auto;grid-template-columns:1fr;gap:3rem}.profile-picture-container{display:flex;align-items:center;justify-content:center;margin:auto}.profile-information{text-align:center}.profile-information .socials li{margin-right:.4rem;margin-left:.4rem}}@media only screen and (max-width: 630px){:root{--profile-picture-size: min(180px, 70vw)}.button{width:100%;padding:1rem 2rem;border-radius:12px;font-size:1.25rem}.profile{width:90vw;gap:2rem}.profile-information{width:100%;height:100%}.profile-information #full-name{font-size:2.17rem}.profile-information #bio{font-size:1.33rem}.profile-information .socials{flex-direction:column}.profile-information .socials li{width:100%;margin-bottom:.65rem}}
