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

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #111;
  background: #fff;
}

header {
  display: flex;
  justify-content: center;
  padding: 32px 24px 24px;
}

header a {
  display: inline-flex;
}

.legal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 24px 24px 32px;
}

.legal-footer a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  padding: 0 14px;
}

.legal-footer a:hover {
  color: #fff;
}

.legal-footer .pip {
  width: 1px;
  height: 12px;
  background: #fff;
  opacity: 0.5;
  flex-shrink: 0;
}
