html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #000;
}

#embed-html {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
}

canvas {
  outline: none;
}
