/* czekanie */
.wait {
    display: flex;
    position: absolute;
    z-index: 1000;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;

    overflow: hidden;
}
.wait .wait-main {
    display: grid;
    justify-items: center;
    align-items: center;
    align-content: center;

    height: 100%;
}
.wait .wait-main .wait-text {
    margin-top: 20px;
    text-align: center;
}