html {
  font-size: 24px;
}

#app {
  display: flex;
  flex-direction: column;
  align-items: center;

  text-align: center;

  overflow: auto;
}

.logo {
  max-width: 150px;
}

.container {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
}

#code {
  font-size: 1.5em;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.label>* {
  margin-left: 1em;
  margin-right: 1em;
}

.qr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
}

.qr {
  width: 100%;
  height: 100%;
}