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

.qr-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.qr-card #qrImage {
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}
.qr-card .pdf-btn {
  background-color: #de583c;
  color: white;
  border: none;
  padding: 7px 25px;
  font-size: 15px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: background-color 0.3s ease;
}
.qr-card .pdf-btn:hover {
  background-color: #c4452e;
}/*# sourceMappingURL=view-pdf.css.map */