

.border {
  border: 1px solid #dee2e6;
}

.border-thick {
  border-width: 3px;
}

.v-center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90%;
}

strong {
  color: #2a7ae2; /* Replace with your preferred color */
  font-weight: bold; /* Optional: ensure boldness stays */
}

.reveal pre code {
  margin: 0 auto;
  display: block;
  text-align: left;
}

.reveal .cell-output-display,
.reveal .cell-output-stdout,
.reveal .cell-output {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reveal .cell-output-display img,
.reveal img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.scroll-output {
  height: 300px;
  overflow-y: auto;
  background-color: #f9f9f9;
  padding: 0.5em;
  border: 1px solid #ccc;
}

.smaller-title {
  font-size: 0.8em;
}

.center {
  text-align: center;
}

.orange-box {
  border: 2px solid #e67e22;
  background-color: #fcf3e3;
  padding: 10px;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.citation{
  font-size: 0.8em;
  text-align: center;
}

.takeaway {
  text-align: center;
  border: 2px solid #e67e22;
  background-color: #fcf3e3;
  padding: 10px;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 8px;
}


