body {
    margin: 0;
  }
  
  .progress-container {
    width: 100%;
    height: 8px;
    background: #1d1d1d;
    position: fixed;
    top: 0;
    z-index: 100;
  }
  
  .progress-bar {
    height: 8px;
    background: linear-gradient(135deg, #7b4397, #2abced);
    width: 0%;
  }
  