.cadru {
    width: 19%;
    height: 350px;
    margin: 0.5% auto;
    padding: 0.2%;
    border-radius: 20px;
    text-align: center;
    float: left;
    background-color: white;
    border: solid 1px #ff00dc;
}

.cadru-titlu {
    width: 95%;
    height: 30px;
    margin: 3px auto;
    text-shadow: 1px 1px 3px #ff0000;
    font-size: 1.5em;
}

.cadru-imagine {
    width: 200px;
    height: 200px;
    margin: auto;
}

    .cadru-imagine img {
        width: 95%;
        height: 95%;
        border-radius: 20px;
    }

.cadru-descriere {
    margin-top: 10px;
    height: 70px;
    font-size: 1.2em;
}
.cadru-detalii {
    text-decoration: none;
    font-size: 1.5em;
}
