
.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

.user-comment {
    margin-top: 20px;
}

.user-name {
    display: inline-block;
    width: 60px;
}

#comments-list {
    margin-top: 20px;
    border: 1px solid #d3b7d8;
    background: #e9e0ff;
    padding: 10px;
    border-radius: 5px;
}
.comment {
    height: 50px;
    width: 100px;
}
.province-city {
    display: flex;
    justify-content: space-between;
}
.province-city select {
    width: 45%;
}