body {
  font-family: 'patchy-robots';
  background-color: black;
  margin: 0px;
}

#container {
  display: flex;
  justify-content: center;
}

#game {
  position: relative;
}

#loading {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  font-size: 48px;
}

#qr-code {
  width: 15% !important;
  height: auto !important;
  position: absolute;
  bottom: 0;
  left: 0;
}

@font-face {
  font-family: 'patchy-robots';
  src: url('assets/patchy-robots.ttf');
}
