html,
body {
  margin: 0 auto;
  padding: 0;
  background-color: #c8c8c8;
}

canvas {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.spotify {
  position: absolute;
  margin-top: -15px;
  top: 50%;
  right: 30%;
  width: 30px;
  height: 30px;
  opacity: 0.5;
}
.instagram {
  position: absolute;
  margin-top: -15px;
  top: 50%;
  left: 30%;
  width: 30px;
  height: 30px;
  /* max-height: 10%; */
  opacity: 0.5;
}
.spotify:hover {
  opacity: 1;
}
.instagram:hover {
  opacity: 1;
}

#p5_loading {
  position: absolute;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  /* z-index: 99; */
}
.loading {
  width: 100%;
  height: 100%;
}
