body {
  font-family: "Segoe UI", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.container {
  text-align: center;
}

.qr-card {
  padding: 20px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.outer-card {
  display: inline-block;
  text-align: center;
  padding: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.inner-box {
  background-color: white;
  padding: 15px;
  border-radius: 6px;
}

#qrImage {
  width: 120px;
  height: 120px;
  background: white;
}

.label {
  margin-top: 10px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}
.label i {
  margin-right: 6px;
  background: white;
  padding: 3px;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  font-size: 13px;
  color: #e43b3b;
}/*# sourceMappingURL=get-disconut.css.map */