html, body {
  height: 100%;
  overflow: hidden
}

body {
  margin: 0;
  display: flex;

  /* This centers our sketch horizontally. */
  justify-content: center;

  /* This centers our sketch vertically. */
  align-items: center;
}

#canvas-kim-frita {
  width: 90%;
  max-width:400px;
  max-height: 400px
}
