body {
  background-color: #d5e1ef;
  display: flex;
  justify-content: center; /* centers horizontally */
  align-items: center; /* centers vertically */
  min-height: 100vh;
  size: 15px;
}

.qr-panel {
  width: 320px;
  height: 499px;
  background-color: #ffffff;
  border-radius: 5%;
  padding: 16px 16px 40px 16px;
}

.qr-image {
  height: 65%;
  width: 100%;
  border-radius: 5%;
}

.qr-title {
  font-family: "Outfit", sans-serif;
  text-align: center;
  size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0px;
  color: #1f314f;
}
.qr-text {
  font-family: "Outfit", sans-serif;
  text-align: center;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2px;
  color: #68778d;
}
.qr-text-container {
  padding: 0 16px;
}
