@font-face {
  font-family: "Schlange_sans";
  src: url('../fonts/ALS Schlange_sans_reg.otf');
}

.wrapper {
  display: block;
  color: white;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-left: ;
  margin-bottom: 4rem;
  margin-top: 3rem;
}

.wrapper h1 {
  font-family: Schlange_sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.2rem;
  margin-bottom: 1rem;
  color: #00aff0;
  text-align: center;
}

.wrapper h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
  color: #00aff0;
}

.legal {
	color: #00aff0;
	width: 100%;
	display: block;
	text-align: center;
	padding: 0;
	margin-top: 4em;
	margin-bottom: 2em;
}