html, body, svg {
  height: 100%;
}

body {
  margin: 0;
  background: #FBFBFD;
}

svg, p {
  width: 100%;
}

svg {
  vertical-align: middle;
}

p {
  position: absolute;
  top: 45%;
  text-align: center;
  font: 500 16px -apple-system, BlinkMacSystemFont, sans-serif;
  color: #2E2C33;
  pointer-events: none;
}
