header a {
  color: white;
  text-decoration: none;
}

.brand,
.site-links {
  align-items: center;
  display: flex;
  gap: 14px;
}

.brand-mark {
  align-items: center;
  background: white;
  border-radius: 9px;
  color: #1261a0;
  display: flex;
  font-size: 12px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.site-links > a {
  font-weight: 700;
}

.site-links > a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .site-links {
    flex-wrap: wrap;
  }
}
