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

html {
  font-size: 16px;
}

body {
  font-family: sans-serif;
  background-color: #ffffff;
  color: #000000;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  line-height: 1.6;
}

main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}

.content {
  max-width: 600px;
  width: 100%;
}

h1 {
  font-family: sans-serif;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
}

.tagline {
  font-size: 1rem;
  color: #444444;
  margin-bottom: 2rem;
}

.content-body {
  font-size: 1rem;
  color: #222222;
}

footer {
  padding: 1rem;
  text-align: center;
  border-top: 1px solid #e0e0e0;
}

.baf-attribution {
  color: #888888;
}

.baf-attribution a {
  color: #888888;
  text-decoration: none;
}

.baf-attribution a:hover {
  text-decoration: underline;
}
