html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  position: relative;
  padding: 0;
  margin: 0px;
  background: #ebe6cc;
  cursor: none;
  font-family: Arial, Helvetica, sans-serif;
}

canvas {
  margin: auto;
  display: block;
}

#main-container {
  z-index: 9;
  text-align: center;
  display: block;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
}

#loading-message {
  z-index: 99;
  cursor: inherit;
  font-size: 24px;
  margin: auto;
  display: block;
  color: #ff519c;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

video {
  z-index: 99;
  cursor: none;
  width: 20vw;
  height: auto;
  position: absolute;
  top: 25%;
  left: 15%;
  transform: translate(-50%, -50%);
}
