/*
  This is the compiled content of your application.scss.
  The @import rules for config/, components/, and pages/
  would insert their CSS here if those files contain any.
  Bootstrap and Font Awesome are explicitly excluded.
*/

#did-agent-container {
  width: 800px;
  height: 600px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 20px 0;
  background-color: #f8f9fa;
}

body {
  background-color: white;
}
