img{
    width: 60px;
}
.divImg {
    width: 60px;
    border: 2px solid var(--corPrimaria);
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
}
.card{
 width: 300px;
 height: 300px;
 border: 2px solid var(--corSecundaria);
 background-color:rgb(rgb(161, 105, 105));
 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: space-around;
    gap: 10px;
}
.card.houver{
     cursor:pointer;
     transform: translateY(-10px);
}