html, body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: #ffffff;
  margin: 0;
}

canvas {
  position: absolute;
}

#myImage {
  max-width: 100%;
  height: auto;
}