* {
  margin: 0;
  padding: 0;
}
canvas {
  display: block;
}
#wrapper {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#canvas-container {
  width: min(100%, 100vh);
  height: min(100%, 100vh);
}
#canvas-container canvas {
  width: 100% !important;
  height: 100% !important;
}
