body {
  margin: 0;
  border: 0;
  padding: 0;
  background-color: #d4dbe4;
  color: #000000;
  font-family: sans-serif;
}

h1 {
  margin-top: 0;
  font-size: 2em;
  margin: .67em 0;
  font-weight: bold;
}

.hero {
  min-height: calc(100vh - 5rem);
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  text-align: center;
}

.privacy {
  box-sizing: border-box;
  max-width: 72ch;
  margin: 0 auto;
  padding: 2rem;
  line-height: 1.5;
}

.testflight {
  box-sizing: border-box;
  min-height: calc(100vh - 5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  text-align: center;
}

.testflight-link {
  display: inline-flex;
}

footer {
  padding: 1rem 2rem;
  text-align: center;
}
