.over-top {
  z-index: 10;
  pointer-events: none;
  margin: 0; 
  padding: 0; 
  border: 0; 
  outline: 0;  
  text-align: center;
  color: white;
  font-family: 'Nunito', monospace;
  text-shadow: 0px 0px 5px black;
}

#promptText {
  font-size: 2em;
  bottom: 12vh;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

#footer {
  font-size: 2em;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  transform: translate(-50%, 0);
}

