/* static/css/style.css */
body {
    background-color: #f8f9fa;
}

#response-container {
    white-space: pre-wrap; /* Allows the agent's response to respect newlines */
    background-color: #e9ecef;
    border-radius: 5px;
    padding: 15px;
    font-family: 'Courier New', Courier, monospace;
}