
body {
    font-family: "Segoe UI", Tahoma, sans-serif;
    background-color: #f8f9fa;
    margin: 0;
    padding: 0;
}


.navbar-brand {
    font-weight: bold;
    font-size: 1.4rem;
}

.nav-link {
    font-size: 1rem;
    transition: color 0.2s ease-in-out;
}

.nav-link:hover {
    color: #ffc107 !important;
}


footer {
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}


.btn-skillflex {
    background-color: #0d6efd;
    color: white;
    border-radius: 6px;
    transition: all 0.3s ease-in-out;
}

.btn-skillflex:hover {
    background-color: #0b5ed7;
    color: #fff;
}

.card img {
    max-height: 200px;
    object-fit: cover;
}

.sticky-top {
    z-index: 1020;
}
