.allAlert{
    position: fixed;
    top: 40%;
    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;
}
.allAlert-str{
    background: rgba(0, 0, 0, .7);
    border-radius: 90px;
    padding: 0.5rem 2rem;
}