html, body {
  width: 100vw;
  text-align: center;
  font-family: 'Helvetica';
}

.headline {
  width: fill;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}

h1 {
  font-weight: 800;
  font-size: 48px;
}

h2 {
  font-weight: 700;
  font-size: 24px;
}