.gradient-title {
    background: -webkit-linear-gradient(#416497, #ff645d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.b-avatar .b-avatar-img img {
    object-fit: cover !important;
}

.display-image {
    display: block;
    max-height: 600px !important;
    width: 100% !important;
    object-fit: scale-down;
}

.user {
    height: 90px;
    width: 90px;
    object-fit: cover;
}

#cv {
    bottom: -40px;
    right: -10px;
    height: 40px;
    width: 40px;
}

#cv-share {
    bottom: -10px;
    right: -10px;
    height: 40px;
    width: 40px;
}

.avatar {
    max-width: 60px;
    max-height: 60px;
}

.avatar-comment {
    max-width: 40px;
    max-height: 40px;
}