/* Bootstrap 5 provides the base theme; keep this file minimal. */

.content img {
  max-width: 100%;
  height: auto;
}

.navbar-brand-logo {
  width: 192.5px;
  /* height: 38px;
  object-fit: contain; */
}

pre {
  padding: 1rem;
  border-radius: 0.5rem;
  background: var(--bs-tertiary-bg);
  border: 1px solid var(--bs-border-color);
  overflow: auto;
}

code {
  font-size: 0.95em;
}
