body {
    font-family: 'Poppins', sans-serif;
    scroll-behavior: smooth;
}

.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.card {
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.progress {
    height: 20px;
}

section h2 {
    margin-bottom: 30px;
}

.badge {
    font-size: 0.9rem;
    padding: 0.6em 1em;
    border-radius: 20px;
}

.badge-skill {
    margin: 0 5px 5px 0;
    font-size: 0.9rem;
}

.accordion-button:not(.collapsed) {
    background-color: #f8f9fa;
    font-weight: 600;
}