header {
    background: linear-gradient(90deg, #4c0404, #510c0c);
}

.nav-link {
    color: #fff !important;
    font-weight: 500;
}

.nav-link.active,
.nav-link:hover {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

#events .card img {
    height: 250px;
    object-fit: cover;
}

#menu .list-group-item {
    font-size: 1.1rem;
}
