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

body * {
  position: absolute;
}

span {
  border-radius: 50%;
  transform-origin: 0 0;
  opacity: 0;
}

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