#LoadingScreen {
    align-items: center;
    background-color: rgb(255, 255, 255);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
}

#LoadingScreen img {
    height: 25%;
}
