.baseline {
  max-width: 720px;
  margin: 80px auto;
  padding: 24px;
  background: #fff;
  border: 1px solid #dee2e6;
  color: #212529;
}

.baseline h1 {
  margin: 0 0 12px;
  font-size: 24px;
}

.baseline p {
  margin: 0;
}

.health-section {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #dee2e6;
}

.health-section h2 {
  margin: 0 0 8px;
  font-size: 18px;
}

.health-section dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 8px 16px;
  margin: 12px 0 0;
}

.health-section dt {
  font-weight: 700;
}

.health-section dd {
  margin: 0;
}

.health-ok {
  color: #198754;
  font-weight: 700;
}

.health-fail {
  color: #dc3545;
  font-weight: 700;
}

.not-found-page {
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 72px 16px;
  background: #f6f6f6;
  color: #777;
  text-align: center;
}

.not-found-content {
  max-width: 520px;
}

.not-found-icon {
  width: 128px;
  height: 128px;
  color: #777;
}

.not-found-code {
  margin-top: 26px;
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
}

.not-found-page h1 {
  margin: 18px 0 18px;
  color: #c9c9c9;
  font-size: 21px;
  font-weight: 400;
}

.not-found-page p {
  margin: 0;
  color: #9a9a9a;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 700;
}

.not-found-page a {
  color: #777;
  text-decoration: none;
}

.not-found-page a:hover {
  color: #555;
  text-decoration: underline;
}
