body {
  background-color: #ffffff;
}

#chat {
  height: 100dvh;
  background-color: #0000004a;
}

.bubble {
  background-color: #123f53;
  color: #fff;
}