img {
    width: 60px;
}

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

 .card {
    width: 200px;
    height: 300px;
    border: 2px solid var(--corSegundaria);
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}