body
{
  background-color: #000000;
  font-family: 'Inconsolata';
  color: #FFFFFF;
  overflow: hidden;
}

span
{
  z-index: 100;
  position: fixed;
  text-align: center;
  width: 100%;
}

#score
{
  font-size: 7vh;
}

#prompt
{
   bottom: 0;
   font-size: 4vh;
}

#credits
{
  text-align: left;
  font-size: 4vh;
}

#loading
{
  top: 50%;
  bottom: 50%;
  font-size: 5vh;
}

#mute
{
  bottom: 0;
  text-align: left;
  font-size: 4vh;
}
