body { background: #fff8e1; font-family: 'Segoe UI', Arial, sans-serif; } 
.business-card { color:#E9DBBF;max-width: 360px; margin: 40px auto; background: #000000; padding: 30px 20px; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.12); text-align: center; } 
.avatar { width: 350px; height: 131px; object-fit: cover; margin-bottom: 15px; } 
h1 { font-size: 1.4em; margin: 0.2em 0; } 
h2 { font-size: 1em; font-weight: 400; color: #555; } 
.social-links a { display: inline-block; margin: 0 6px; color: #ffffff; text-decoration: none; font-weight: bold; } 
.social-links a:hover { color:#E9DBBF; text-decoration: underline; } 
.s-links a { display: inline-block; margin: 0 6px; color: #ffffff; text-decoration: none; font-weight: bold; } 
.s-links a:hover { color:#E9DBBF; text-decoration: underline; } 

