html,
body,
main {
  height: 100%;
  width: 100%;
  margin: 0;
  background-color: black;
  overflow: hidden;
}
main {
  display: flex;
  align-items: center;
  justify-content: center;
}
canvas {
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  max-height: 100% !important;
  z-index: 89;
}
#p5_made_by {
  width: 10%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#p5_loading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: black;
  z-index: 99;
}
#p5_loading img {
  width: 50%;
}