.allAlert {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  font-size: 1.5rem;
  color: rgb(233, 220, 205);
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  /* white-space: nowrap; */
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5rem;
  padding: 0.5rem 2rem;
  max-width: 35rem;
}
.allAlert-str {
  /* word-break: break-word; */
}
