* {
  font-family: sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body {
  background-color: black;
  color: white;
  margin: 0;
  width: 100dvw;
  height: 100dvh;
}

#content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.qr {
  width: 100%;
  height: auto;
  margin: 2%;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

#view {
  display: grid;
  height: 100%;
}

.cell {
  width: 100%;
  aspect-ratio: 1;
}