.card {
    border-radius: 0.9375rem; /* 15px */
    box-shadow: lightblue -0.625rem 0.625rem; /* -10px 10px */
    margin: 0.625rem; /* 10px */
    width: 15.625rem !important; /* 250px */
    height: 20.625rem !important; /* 330px */
}

.card:hover {
    transform: translateY(-0.3125rem); /* -5px */
}

.card img {
    width: 40%;
    height: auto;
    object-fit: contain;
    margin: auto;
}

.clickable {
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
}

.clickable:hover {
    transition: transform 0.3s ease;
}
