/* Add any additional custom styles here */
#chatBox {
  display: flex;
  flex-direction: column;
}

.self-end {
  align-self: flex-end;
}

.self-start {
  align-self: flex-start;
}
