BODY {
    background-color: #181010;
}
.window {
    border-style: solid;
    border-width: 1px;
    border-color: #777777;
    border-radius: 15px;
    padding: 5px;
    overflow: auto;
    background-color: #c7dbdf;
}
.question {
    position: fixed;
    bottom: 5px;
    left: 5px;
    right: 55px;
    box-sizing: border-box;
    height: 30px;
    font-size: 18px;
}
.submit {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    box-sizing: border-box;
    height: 30px;
}
.role-user {
    border-style: solid;
    border-width: 2px;
    border-color: #00dd00;
    border-radius: 10px;
    background-color: #81ff81;
    color: #000000;
    margin-left: auto;
    margin-top: 5px;
    padding: 2px;
}
.role-assistant {
    border-style: solid;
    border-width: 2px;
    border-color: #b100dd;
    border-radius: 10px;
    background-color: #eb9bff;
    color: #000000;
    margin-right: auto;
    margin-top: 5px;
    padding: 2px;
}
THINK {
    color: #002983;
}
[hidden] {
    display: none;
}