Spaces:
No application file
No application file
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; | |
} |