body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    color: #333;
    text-align: center;
    padding: 50px;
}
h1 {
    color: #0073e6;
}
p {
    font-size: 1.2em;
}

#demo-chat-container {
  position: fixed;
  bottom: 16px;
  right: 16px;
}
