* {
  margin: 0;
  padding: 0;
}

html, body {
  min-height: 100%;
}

body { 
}

#app {
  height: 100vh;
  width: 100%;
  position: relative;
}

#stage {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 2;
}

#ui {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 3;
}

#labelDetails {
  color: white;
  font-size: 6em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  left: 5vw;
  bottom: 3vw;
  position: absolute;
  text-transform: uppercase;
}

#labelPercent {
  color: white;
  font-size: 9em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  right: 5vw;
  bottom: 3vw;
  position: absolute;
}