* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  min-height: 100dvh;
  background: #e8eaed;
}

body {
  font-family: "Work Sans", sans-serif;
  color: #1d2a3b;
}

.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #002b7f;
  color: #fff;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.site-main {
  max-width: 980px;
  margin: 0 auto;
}

.site-footer {
  padding: 2rem;
  background: #1d2a3b;
  color: #9ca3af;
  text-align: center;
  font-size: 0.875rem;
}
