#loading-overlay {
    position: fixed;
    z-index: 9999;
    background: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#loading-overlay p {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}