:root{--white:#e1e1da;--off-white:#e3e4db;--silver:#cdcdcd;--brown:#5c5552}html{height:100vh}body{background:var(--off-white);height:99%;font-family:Lucida Console,Courier New,monospace}.main-center{justify-content:center;align-items:center;height:100%;display:flex}.profile-card{background:var(--white);border-radius:1.5rem;flex-direction:row;width:50vw;min-width:50vw;max-width:90vw;display:flex;overflow:hidden;box-shadow:0 6px 32px #3c3c3c2e,0 1.5px 6px #3c3c3c1a}.profile-photo{background:var(--silver);flex:0 0 32%;justify-content:center;align-items:center;min-width:140px;max-width:240px;padding:0 1rem;display:flex}.profile-photo img{object-fit:cover;border-radius:1.2rem;width:100%;height:auto;margin:1rem;display:block}.profile-content{flex-direction:column;flex:75%;justify-content:center;padding:2.5rem 2rem;display:flex}.profile-name{color:var(--brown);margin:0 0 .5rem;font-size:2rem;font-weight:700}.profile-slogan{color:var(--brown);margin:.5rem 0 1rem;font-size:1rem;font-style:italic;font-weight:700}.profile-bio{color:#444;margin:0 0 1.5rem;font-size:1.1rem}.profile-links{gap:1.2rem;display:flex}.profile-links a{color:#2d2d2d;border-bottom:2px solid var(--silver);font-weight:500;text-decoration:none;transition:border-color .2s,color .2s}.profile-links a:hover{color:var(--brown);border-bottom:2px solid var(--brown)}
