﻿
#loading-screen {
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: rgb(223 223 224 / 39%);
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    margin-top: 0;
    top: 0;
    text-align: center;
}