.canvas {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  border: 5px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

img {
  position: fixed;
}
