body {
  font-family: sans-serif;
}

#chat {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

#messages {
  border: 1px solid #ccc;
  height: 300px;
  overflow-y: auto;
  padding: 10px;
  margin-bottom: 10px;
}
