body{font-family:Arial,sans-serif;background:#f5f8fa;color:#333;margin:0;padding:0;display:flex;justify-content:center;align-items:center;min-height:100vh}.container{text-align:center;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,0.1);max-width:360px;width:90%}.profile-img{width:120px;height:120px;object-fit:cover;border-radius:50%;border:4px solid #0099ff;margin-bottom:1rem}h1{margin:0 0 0.25rem 0;font-size:1.8rem;color:#007acc}.title{color:#555;margin:0 0 1rem 0;font-weight:600}.tagline{font-style:italic;color:#666;margin-bottom:2rem}.links a{display:block;background:#0099ff;color:#fff;text-decoration:none;font-weight:600;margin:0.5rem 0;padding:0.75rem 1rem;border-radius:6px;transition:background-color 0.3s ease} .links a:hover{background:#007acc}