.category-card {
    border: none;
    background-color: transparent;
    text-align: center;
}
.image-container {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}
.image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.category-name {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 0.5rem 0;
}
