body { font-family: Arial, sans-serif; line-height: 1.6; margin: 20px; max-width: 800px; margin-left: auto; margin-right: auto; } h1, h2, h3 { color: #333; } .prompt, .response { background-color: #f9f9f9; padding: 15px; border-radius: 5px; margin-bottom: 20px; } .prompt { border-left: 5px solid #00…