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

.qr-card {
  text-align: center;
  position: relative;
}
.qr-card #qrImage {
  width: 130px;
  height: 130px;
  padding: 16px;
  background-color: #fff;
}
.qr-card .label {
  padding: 4px 17px;
  border-radius: 0 0 8px 8px;
  display: inline-block;
  position: relative;
  top: -5px;
  font-size: 15px;
}
.qr-card .arrow-down {
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #b967ff;
  margin: 0 auto;
  position: relative;
  top: -4px;
  transform: rotate(180deg);
}/*# sourceMappingURL=save-the-event-date.css.map */