.commentsSection {
  display: none;
  align-items: center;
  flex-direction: column;
  background-color: #eee;
  width: 75%;
  border-radius: 10%;
  padding: 1rem;
  margin-top: 1rem;
}

.commentsList {
  width: 80%;
}

.commentsTitle {
  font-size: 25px;
  margin: auto;
}

.divider {
  border: #575757 solid 1px;
  height: 1px;
  width: 50%;
  margin: 1rem auto;
}

.comments {
  margin: 1.5rem auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.commentsInfo {
  max-width: 50%;
  overflow-wrap: break-word;
}

.commentsBtn {
  margin: 0.5rem auto;
  display: flex;
}

.commentContent {
  margin-top: 0.5rem;
}

.commentDeleteBtn {
  background-image: url(../media/trash.png);
  width: 25px;
  height: 25px;
}

#commentsLeftBtn {
  width: 25px;
  height: 25px;
  margin-right: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  cursor: pointer;
}

#commentsRightBtn {
  width: 25px;
  height: 25px;
  margin-left: 2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75%;
  cursor: pointer;
}
