body {
font-family: 'Segoe UI', sans-serif;
background: #121212;
color: #ffffff;
display: flex;
justify-content: center;
align-items: flex-start;
padding: 40px;
}

.card {
background: #1e1e1e;
border-radius: 12px;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.6);
padding: 25px;
max-width: 350px;
width: 100%;
text-align: center;
}

.profile-img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 50%;
margin-bottom: 20px;
border: 3px solid #03dac6;
}

h1 {
font-size: 24px;
margin: 10px 0 5px;
color: #ffffff;
}

.title {
font-size: 16px;
color: #b0bec5;
margin-bottom: 5px;
}

.company {
font-size: 14px;
color: #90a4ae;
margin-bottom: 20px;
}

.contact-info p {
margin: 5px 0;
font-size: 14px;
}

.contact-info a {
color: #03dac6;
text-decoration: none;
}

.contact-info a:hover {
text-decoration: underline;
}

.qr-section {
margin-top: 20px;
}

.qr-img {
width: 120px;
height: 120px;
margin-bottom: 10px;
background: #ffffff;
padding: 5px;
border-radius: 4px;
}

.qr-section a {
display: inline-block;
margin-top: 5px;
font-size: 14px;
color: #03dac6;
text-decoration: none;
}

.qr-section a:hover {
text-decoration: underline;
}