.comment-user {
    color: mediumblue;
    cursor: pointer;
}

.comment-date {
    font-style: italic;
}

.comment-container {
    border-bottom: 1px solid gray;
    margin-bottom: 10px;
}

.reply-button {
    color: mediumblue;
    cursor: pointer;
}

.reply-button:hover {
    text-decoration: underline;
}

.like-button {
    color: darkblue;
    cursor: pointer;
}

.post-box {
    margin-top: 10px;
}