.comment-card {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
    margin: 10px 15px;
    cursor: pointer;
}

.comment-fullname {
    font-size: 12px;
    text-decoration: underline;
}

.comment-body p {
    text-indent: 10px;
    font-size: 18px;
}