#loading-screen {
    position: fixed;
    inset: 0;
    background-color: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #444;
    text-align: center;
    flex-direction: column;
}

.loading-text {
    display: flex;
    align-items: center;
}

.loading-dots {
    width: 1.5em;
    display: inline-block;
    text-align: left;
}