body {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.card {
    border-radius: 10px;
    transition: transform 0.2s, box-shadow 0.2s;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.card-title a {
    color: #007bff;
    text-decoration: none;
    transition: color 0.2s;
}

.card-title a:hover {
    color: #0056b3;
}

.list-unstyled li {
    margin-bottom: 5px;
}

.lead-text {
    font-size: 1.20rem;
    color: #495057;
}

.footer {
    background-color: #e9ecef;
}

.footer .nav-link {
    color: #495057;
}

.sponsors-container {
            overflow-x: auto;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch;
            scrollbar-width: none; /* Firefox */
            -ms-overflow-style: none; /* Internet Explorer 10+ */
        }
        .sponsors-container::-webkit-scrollbar {
            display: none; /* WebKit */
        }
        .sponsor-card {
            display: inline-block;
            width: 250px;
            margin-right: 1rem;
        }
       