.comment-input {
    width: 70rem;
    height: 5rem;
    border-radius: 0.5rem;
}

.comment {
    background-color: #f3ecec;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 2rem;
}

.comment-name {
    font-size: 1.2rem;
}

.comment-time {
    font-size: 0.8rem;
    color: #8c8c8c;
}

.comment-count {
    color: #605858;
}