.box {
  width: 86.9px;
  height: 86.9px;
  /* border: 1px solid #000; */
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding: 5px;
}
.logo {
  width: 77px;
}
.code-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: end;
}
.text-code {
  transform: rotate(-90deg);
  font-size: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: -17px;
  margin-bottom: 19px;
}
.qr-code {
  width: 73px;
  height: 73px;
  margin-bottom: -5px;
  margin-right: -10px;
}