body {
  font-family: Arial;
  text-align: center;
}
#chat {
  border: 1px solid #ccc;
  height: 300px;
  overflow: auto;
  margin: 10px;
}