*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;font-size:14px;background-color:#141414;color:#fff;display:flex;justify-content:center;align-items:center;height:100vh;padding:1rem}.card{background-color:#1f1f1f;border-radius:12px;padding:2rem;max-width:350px;width:100%;text-align:center}.profile-img{width:90px;height:90px;border-radius:50%;object-fit:cover;margin-bottom:1.5rem}.name{font-weight:700;font-size:1.5rem;margin-bottom:.5rem}.location{color:#c5f82a;font-weight:600;margin-bottom:1.5rem}.bio{color:#b3b3b3;margin-bottom:1.5rem}.social-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.social-links a{background-color:#333;color:#fff;text-decoration:none;padding:.75rem;border-radius:8px;font-weight:600;transition:background-color .3s ease,color .3s ease}.social-links a:hover{background-color:#c5f82a;color:#000}.attribution{font-size:11px;color:gray}.attribution a{color:#3e52a3;text-decoration:none}.profile{border-radius:50%;object-fit:cover;margin-bottom:1.5rem}
