:root {
  color-scheme: light dark;
  --bg: #ffffff;
  --fg: #1b1b1f;
  --muted: #6b7280;
  --brand: #2563eb;
}

@media (prefers-color-scheme: dark) {
  :root {
    --bg: #0b0b0c;
    --fg: #e5e7eb;
    --muted: #9ca3af;
  }
}

/* * {
  box-sizing: border-box;
} */

/*
html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--fg);
  font: 15px/1.5 -apple-system, system-ui, Segoe UI, Roboto, sans-serif;
}
  */

.site-header {
  padding: 48px 20px 16px;
  border-bottom: 1px solid color-mix(in oklab, var(--fg) 12%, transparent);
}

.site-header h1 {
  margin: 0 0 6px;
  font-size: 28px;
}

.tagline {
  margin: 0;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 14px;
  padding: 10px 20px;
  border-bottom: 1px solid color-mix(in oklab, var(--fg) 12%, transparent);
}

.nav a {
  color: var(--brand);
  text-decoration: none;
}

main {
  max-width: 960px;
  margin: 24px auto;
  padding: 0 20px;
}

code {
  background: color-mix(in oklab, var(--fg) 8%, transparent);
  padding: 2px 6px;
  border-radius: 4px;
}


.bnx-o {
  display: flex;
  flex-direction: column;
  /* background-color: aquamarine; */
}

.bnx-head {
  /* background-color: bisque; */


}

.bnx-menu {
  background-color: cadetblue;
  width: 100%;
  place-content: center;
  display: flex;
}


.bnx-menu {
  background: #D7E8EF;
  background: -webkit-linear-gradient(top, #F8FBFC 0, #BAD7E3 100%) no-repeat;
  background: -moz-linear-gradient(top, #F8FBFC 0, #BAD7E3 100%) no-repeat;
  background: -o-linear-gradient(top, #F8FBFC 0, #BAD7E3 100%) no-repeat;
  background: -ms-linear-gradient(top, #F8FBFC 0, #BAD7E3 100%) no-repeat;
  -svg-background: linear-gradient(top, #F8FBFC 0, #BAD7E3 100%) no-repeat;
  background: linear-gradient(to bottom, #F8FBFC 0, #BAD7E3 100%) no-repeat;
  padding: 6px;
  margin: 0 auto;
  position: relative;
  z-index: 499;

}

.bnx-page {
  display: flex;
  flex-direction: row;
  /* background-color: gold; */
  max-width: 1000px;
  align-self: center;

}

.bnx-content {
  /* background-color: orchid; */
  width: 100%;
}


.bnx-nav {
  /* background-color: pink; */
  width: 200px;
}

.bnx-foot {
  align-self: center;

}

.bnx-footer-t {
  padding-top: 8px;
  padding-bottom: 24px;
}

.bnx-h-o {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 48px;
  padding-right: 48px;
}

.bnx-h-shp {}

.bnx-h-t {
  align-content: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bnx-h-head {}

.bnx-h-slog {}

.bnx-h-img {
  align-content: center;
}