body {
  background-image: url("../img/Hip Hop BG.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}
.container {
  width: 90%;
  height: 90%;
  position: absolute;
  background-color: transparent;
  z-index: -100;
}
.tv-box {
  z-index: 5;
  position: inherit;

  width: 900px;
  height: 550px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
}
/* https://codepen.io/ricksinclair/pen/qJLBvz
    originally from https://codepen.io/gerbata/pen/jBaggE
*/
.outline {
  display: inline-block;
  border-style: solid;
  border-width: 4px;
  border-color: black;
  background-color: grey;
  height: 50px;
  margin: 0;
  padding: 0;
}

.video-container {
  z-index: -2;
  position: fixed;
  top: 50%;
  left: 45%;
  width: 845px;
  height: 550px;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-color: black;
}

#video-element {
  position: relative;
  left: 5%;
  bottom: 2%;
  height: 105%;
  height: 550px;
  width: 875px;
}
.game-container {
  z-index: 6;
  position: relative;
  bottom: 50%;
  left: 50%;
  width: 980px;
  height: 550px;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  background-color: red;
}
.game-space {
  z-index: 6;
  position: inherit;
  left: 9%;
  bottom: 18%;
  width: 600px;
  height: 380px;
  background-size: cover;
  background-color: transparent;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size-adjust: initial;
}
#game-space-win-loss-screen {
  z-index: 7;
  position: inherit;
  left: 9%;
  bottom: 18%;
  width: 600px;
  height: 380px;
  background-size: cover;
  background-color: transparent;
  color: white;
  font-family: "Oswald", sans-serif;
  font-size-adjust: initial;
}

.submit:hover {
  transition: 0.3s;
  transform: scale(1.1);
}

.submit:active {
  transition: 0.3s;
  transform: scale(1.1);
}

.transparent-bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  color: white;
}

#solid-text {
  position: relative;
  opacity: 1;
  background-color: transparent;
}
#instructions {
  text-align: end;
}

#timer-display {
  text-align: end;
  position: relative;
  bottom: 50px;
}

#next {
  position: relative;
  left: 2.5%;
  bottom: 1%;
}

#mouseoverDisabler {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: rgba(0); /* just for demo. make it 0.0 */
  z-index: 10000;
}

#answer-reveal {
  border-spacing: 50%;
}

#restart-button {
  height: 50%;
  width: 50%;
}
