/* Additional custom styles */
.jumbotron {
    background-color: var(--bs-dark);
    border-radius: 0.5rem;
}

.social-icons a {
    color: var(--bs-light);
    text-decoration: none;
}

.social-icons a:hover {
    color: var(--bs-primary);
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-5px);
}

.feather {
    width: 1em;
    height: 1em;
    vertical-align: -0.125em;
}

.nav-link.active {
    color: var(--bs-primary) !important;
    font-weight: bold;
}

footer {
    margin-top: auto;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}
