#chat-output {
    border: 1px solid #ccc;
    padding: 10px;
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.user-message {
    color: blue;
}
.bot-message {
    color: green;
}