body {
  overflow: hidden;
  background-color: black;
}

h1 {
  color: white;
}

.demoWrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
