body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
background: #f5f5f5;
margin: 0;
padding: 40px 20px;
display: flex;
justify-content: center;
}

.card {
background: #ffffff;
border-radius: 12px;
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
max-width: 400px;
width: 100%;
padding: 30px 20px;
text-align: center;
}

.profile-img {
width: 120px;
height: 120px;
border-radius: 50%;
object-fit: cover;
border: 3px solid #007BFF;
margin-bottom: 20px;
}

.profile-section h1 {
margin: 0;
font-size: 24px;
color: #333;
}

.designation {
color: #555;
font-size: 16px;
margin: 5px 0;
}

.company {
color: #888;
font-size: 14px;
margin-bottom: 20px;
}

.info-section p {
font-size: 14px;
color: #333;
margin: 6px 0;
}

.info-section a {
color: #007BFF;
text-decoration: none;
}

.info-section a:hover {
text-decoration: underline;
}

.qr-section {
margin-top: 25px;
}

.qr-img {
width: 120px;
height: 120px;
margin-bottom: 10px;
}

.qr-section a {
font-size: 14px;
color: #007BFF;
text-decoration: none;
}

.qr-section a:hover {
text-decoration: underline;
}