pre {
  background: #0b1020;
  color: #e6e6e6;
  padding: 12px;
  border-radius: 8px;
  overflow: auto;
}

code {
  color: inherit;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

