.still-there {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.still-there .background {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 998;
}

.still-there .foreground {
    z-index: 999;
}

.still-there .message {
    color: #000;
    font-size: 8em;
}

.still-there .progress {
    width: 100%;
}