.reveal section img {
  background: none;
  border: none;
  box-shadow: none;
}

.reveal .darkbg {
  background-color: rgba(40, 42, 54, 0.5);
}

.reveal .lightbg {
  background-color: rgba(255, 255, 255, 0.5);
}

table {
  word-wrap: anywhere;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
