img{
    width: 60px;
}

.divImg{
    width: 60px;
    border: 2px solid var(--corSegundaria);
    border-radius: 50%;
    overflow: hidden;
}

.card{
    min-width: 200px;
    height: 300px;
    border: 2px solid var(--corSegundaria);
    background-color: rgba(255, 217, 0, 0.601);
    border-radius: 10px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

p{
    text-align: center;
}

.container{
    padding: 10px;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap: 10px;
}

.card-hover{
    cursor: pointer;
    transform: translateY(-25px);
}