.backdrop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999999;
}
.backdrop .text {
  color: #fff;
  margin-left: 10px;
}

/*# sourceMappingURL=backdrop.css.map */
