.main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: lightgrey;
}

.canvas {
  width: 50%;
  height: auto;
  aspect-ratio: 1 / 1;
  background-color: white;
}
