body {
  width: 100vw;
  height: var(--windowHeight);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: 'Avenir', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  max-width: 1000px;
  text-align: center;
}

h1 {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 48px;
  font-weight: 500;
}

p {
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 24px;
}
