body {
  margin: 0;
  background: #f7f3e8;
  color: #161616;
  font-family: Arial, Helvetica, sans-serif;
}

.official-bar {
  padding: 0.35rem 1rem;
  background: #111;
  color: #fff;
  font-family: "Courier New", monospace;
  font-size: 12px;
  text-align: center;
}

.official-note {
  margin-left: 0.75rem;
  color: #ffcc00;
}

.header-main {
  padding: 1.25rem 1rem;
  background: #18345a;
  color: #fff;
  text-align: center;
  border-bottom: 4px solid #ffcc00;
}

.site-title a {
  color: #fff;
  text-decoration: none;
}

.site-title-small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-title-large {
  display: block;
  margin-top: 0.15rem;
  font-size: clamp(28px, 5vw, 52px);
  font-weight: 700;
  line-height: 1;
}

.site-nav {
  margin-top: 1rem;
}

.site-nav a {
  display: inline-block;
  margin: 0.2rem;
  padding: 0.35rem 0.65rem;
  color: #fff;
  background: #0e2440;
  border: 2px outset #5e7ca5;
  text-decoration: none;
  font-size: 14px;
}

.site-nav a:hover {
  background: #25598f;
  text-decoration: underline;
}

.alert-marquee {
  display: block;
  padding: 0.4rem;
  background: #ffcc00;
  color: #111;
  font-family: "Comic Sans MS", "Comic Neue", cursive;
  font-weight: bold;
  border-bottom: 2px solid #111;
}

.site-footer {
  margin-top: 2rem;
  padding: 1rem;
  text-align: center;
  font-family: "Courier New", monospace;
  font-size: 14px;
}

.footer-construction {
  margin-bottom: 0.75rem;
}

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

.visitor-counter {
  margin: 0.5rem 0;
}

.counter-digits {
  display: inline-block;
  background: #000;
  color: #00ff00;
  padding: 3px 6px;
  border: 2px inset #999;
  letter-spacing: 2px;
}

.footer-note {
  margin: 0.5rem 0 0;
  font-size: 12px;
}