html,
body {
  height: 100%;
}

body {
  align-items: center;
  background: #f4f7ff;
  color: #000;
  display: flex;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 100;
  justify-content: center;
  line-height: 1.5;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

canvas {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.page-wrap {
  pointer-events: none;
}

.text-container {
  max-width: 420px;
  width: 90%;
}

h1 {
  font-size: 12px;
  font-family:"Helvetica Neue Light" ;
}

p {
  font-size: 13px;
}

