html {
  height: 100%;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background-color: black;
}

.webgl-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
