
body {
  font-family: system-ui, -apple-system, sans-serif;
  font-size: 2rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1;
  padding: 0 2rem;
}

@media (max-width: 600px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  color: rgb(255, 115, 0);
  text-decoration: none;
  font-weight: bold;
}

img {
  display: block;
  margin: 0 auto;
  width: 300px;
}

.privacy-link {
  display: block;
  margin-top: 5rem;
  font-size: 1.2rem;
}

.privacy-link a {
  color: rgb(10, 120, 200);
  text-decoration: none;
  font-weight: bold;
}