/*
 * Some club-specific styling if club-color should be used
 */
.carousel-item img {
    object-fit: scale-down;
    object-position: center top;
    margin-top: 1em;
    height: 14vh;
    overflow: hidden;
}

.error-container {
    text-align: center;
    max-width: 600px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
