.card{
    width: fit-content;
    height: fit-content;
}
img{
    width: auto;
    height: 15vh;
    border-radius: 1vh;
    display: flex;
}
.label{
    margin-top: 1vh;
    background-color: white;
    font-size: 2.5vh;
    width: 100%;
    height: 4vh;
    border-radius: 1vh;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}