body {
  font-family: 'Courier New', Courier, monospace;
  min-height: 100vh;
}

.container {
  padding-top: 2em;
  padding-bottom: 2em;
}

a:not([role=button]) {
  text-decoration: none;
  color: var(--bs-navbar-brand-hover-colo);
  font-weight: bold;
  background: linear-gradient(currentColor 0 0) 0 100% / var(--d, 0) 2px no-repeat !important;
  transition: 0.3s !important;
}

a:not([role=button]):hover {
  --d: 100%;
}

#editor {
  width: 100%;
  height: 2em;
  min-height: 2em;
}

#preview, #result-preview {
  overflow-x: auto;
  white-space: nowrap;
}

#log-preview {
  margin-bottom: 1em;
  height: 8em;
  width: 100%;
  min-height: 4em;
}