html, body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: black;
}

#defaultCanvas0 {
  border: 1px solid white;
}
