#id_parent{
    min-height: 300px;
    border: red 2px solid;
    border-radius: 24px;
}
.card{
    height: 200px;
    border: red 2px solid;
    border-radius: 24px;
    margin-bottom: 8px;
}
.card img{
    height: 75%;
    width: 100%;
}
h2{
    margin-top: 8px;
    font-size: 5em;
    border-radius: 50%;
}