/* css styles */

.cell-output {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: auto;

}

.cell-output.cell-output-stdout {
  max-height: 300px;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 6px;
  background-color: #f8f9fa;
}
