*{margin:0;padding:0;box-sizing:border-box}html{background:#1c1c1c;color:#fff;font-family:"PT Serif",sans-serif}body{min-height:100vh;display:flex;opacity:0;transition:opacity .3s ease}body.show{opacity:1}#root{display:flex;align-items:center;justify-content:center;flex:1;width:100%}@media(max-width:1023px){#root{padding:3rem}}@media(max-width:767px){#root{padding:1.5rem}}.links{display:flex;gap:1.75rem;padding-top:.25rem;padding-bottom:.75rem}.links a{position:relative;text-decoration:underline;color:orange;font-size:1.2rem}.links a+a:before{position:absolute;width:2px;height:1.4rem;top:2px;left:calc(-.875rem - 1px);content:"";display:block;background:orange;pointer-events:none}.links a:focus-visible{outline:2px solid orange}.bio{background:#1c1c1c;max-width:768px;padding:1rem;position:relative}.bio .corner{background:orange;position:absolute;width:45%;height:45%;z-index:-1}.bio .corner.lc{left:-.5rem;top:-.5rem}.bio .corner.rc{right:-.5rem;bottom:-.5rem}.bio h1{text-decoration-color:orange;font-size:2.5rem;font-family:Roboto Slab,sans-serif;transform:translate(-.3rem)}.bio p{font-size:1.2rem}.bio p+p{margin-top:1rem}.bio p:last-of-type{margin-bottom:.5rem}
