File size: 303 Bytes
da7cf62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
body {
  font-family: 'Arial', sans-serif;
  background: #f0f2f5;
  margin: 0;
  padding: 20px;
}

#chat {
  height: 60vh;
  overflow-y: auto;
  background: white;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 10px;
}

.disclaimer {
  color: #ff6b6b;
  font-size: 12px;
  text-align: center;
}