html, body {
  margin: 0;
  height: 100vh;
  width: 100vw;
}

#stageContainer {
  width: 100vw;
  height: 100vh;
  background: rgb(0, 0, 0);
}

#sourceSelectorContainer {
  background: rgb(255, 255, 255);
  position: absolute;

}
