body {
  margin: 0;
  color: white;
  font-family: sans-serif;
  background-color: black;
}

p {
  margin: 0;
}

a:any-link {
  color: black;
  text-decoration: none;
}

canvas,
video {
  height: 300px;
  width: auto;
}

#container-p5 {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.title-box {
  /* background-color: gray; */
  position: absolute;
  width: 80%;
  height: 70px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 32px;
}
