#interactive-python-interpreter textarea {
  font-family: monospace;
  height: 10rem;
}
#interactive-python-interpreter button {
  margin: 1rem 0;
}
#interactive-python-interpreter-output {
  background-color: #263238;
  color: white;
}
.btn-expand {
  width: 100%;
}
