body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  /* display: flex;
  justify-content: center;
  align-items: center; */
}

#container {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
}

#emotion {
  position: fixed; 
  left: 0%;
  top: 0%;
  height: auto;
  width: auto;
  font-size: 100px;
  font-weight: bold;
  /* background-color: #eee; */
  color: #000;
  border-radius: 10px;
  padding: 20px 50px;
  font-family: 'Helvetica neue', Helvetica, sans-serif;
  width: auto;
  /* transform: translate(-50%, -50%); */
  display: none;
  opacity: 0.1;

}

canvas {
  position: fixed; 
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 720px;
  height: 560px;
  height: auto;
  transform-origin: bottom left;
  transform: scale(0.5);
}

video {
  position: fixed; 
  left: 0;
  bottom: 0;
  width: auto;
  width: 720px;
  height: 560px;
  transform-origin: bottom left;
  transform: scale(0.5);

}

#mongolfiera {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}