html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-select:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 72px;
  background-color: #f8fafc;
}

.navbar-brand {
  letter-spacing: 0.02em;
}

.card {
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.json-block {
  margin: 0;
  padding: 1rem;
  border-radius: 0.75rem;
  background: #0f172a;
  color: #e2e8f0;
  overflow-x: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 1.5;
  background-color: #fff;
}
