.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

#comments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 5px;
}

.comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.commentAuthor {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 2px;
}

.commentDate {
  margin-left: 3px;
}
