#loading-screen {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: var(--blue_green);
    color: var(--white);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#loading-bar-text {
    z-index: 999;
    color: var(--white);
}
