:root{
  --bg:#fff;
  --text:#222;
}
*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial;background:var(--bg);display:flex;align-items:center;justify-content:center}
.container{width:100%;display: flex; flex-direction: column; justify-content:center;align-items:center;padding:1rem}
.portrait{width:100%;max-width:50vw;margin:0 auto}
h1{margin:.8rem 0 0;font-size:1.8rem;color:var(--text)}
.bio{color:var(--text);opacity:.9;margin-top:.4rem}
