#mandelbrot-canvas-div {
  width: 100%;
  aspect-ratio: 1 / 1;
  position: relative;
}

#mandelbrot-canvas {
  width: 100%;
  height: 100%;
  display: block;
}
