#block-review{
    background-color: #E7E7E7;
}

.commentsframe{
    width: 100%;
    height: 300px;
}

#container-title-review{
    width: 100%;
}

.content-card {
    position: relative;
    text-align: center;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.img-review{
    position: absolute;
    z-index: 20;
    width: 100%;
    height: auto;
}

.img-review img{
    margin-top: -5rem;
    height: 10rem;
    max-width: 10rem;
    border-radius: 10rem;
}

#block-title-review{
    margin-bottom: 2.5rem;
    text-align: center;
}

#card-review{
    margin-top: 8.5rem;
    margin-bottom: 5rem;
}

#card-body-review{
    margin-top: 7rem;
}

.card-title {
    text-align: center;
}

.card-text {
    text-align: center;
}

.stars{
    text-align: center;
}