.main-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 80vh;
}

.theChat {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.themessagecreator {
  width: 100%;
}
