html, body {
  height: 100%;
}

body {
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  
  justify-content: center;
  
  align-items: center;
}

#defaultCanvas0 {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}

#p5_loading {
  display:none;
}