body {
    margin: 0;
    background: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  #loading-text {
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #333;
  }