/* Style for centering the content */
body {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #fff;
    font-family: Arial, sans-serif;
}

#loader-container {
    text-align: center;
}

#loader {
    width: 1000px;
    height: 50px;
    margin-bottom: 15px;
}

#processing-text {
    font-size: 18px;
    color: #333;
}
