body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #0f0c29; /* gradient background */
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.profile-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.profile-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.profile-name {
    margin: 20px 0 10px;
    font-size: 1.6em;
    font-weight: 600;
}

.profile-title {
    color: #ccc;
    font-weight: 300;
}

.social-links a {
    display: block;
    margin: 10px 0;
    padding: 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    color: #fff;
    font-weight:
    