body {
  /* background-color: lightblue; */
  margin: 0;

  /* leave it to hide the scrollbars */
  overflow: hidden;
}

.p5Canvas {
  display: none;
}

/*
.container {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  padding: 0;
  padding-bottom: 200%;
  vertical-align: top;
  overflow: hidden;
}
*/
.sketch {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}