#loading-screen {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent background */
    color: white; /* Text color */
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    /* Add additional styles to make it visually appealing */
    z-index: 9999; /* Higher z-index value */
}



#loading-page {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent background */
    color: white; /* Text color */
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    /* Add additional styles to make it visually appealing */
    z-index: 9999; /* Higher z-index value */
}