#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  font-family: 'PPNeueBit', monospace;
  font-size: 20px;
  color: #fff;
  pointer-events: none;
}

#loading.hidden {
  display: none;
}

#quality-indicator {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-family: 'PPNeueBit', monospace;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
  pointer-events: none;
  z-index: 50;
  padding: 4px 8px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

#quality-indicator.hidden {
  display: none;
}

