html, body, .body, .not-loading, .wrap {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  color: #999;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

.teaser {
  width: 100%;
  max-width: 80rem;
  max-height: 80%;
}

.number {
  font-size: 6vmin;
  font-family: 'Lato', sans-serif;
  margin: 0;
}
