:root {
  --primary: #ebc908;
  --primary-text: #1a1a1a;
  --secondary: #ff1dec;
  --secondary-text: #ffffff;
  --button-bg: #fc9a2a;
  --accent: #505050;
  --accent-text: #ffffff;
}


.progress-bar-container {
  /* position: fixed; */
  /* top: 100px; */
  height: 5px;
  width: 200px; 
  z-index: 10;
  border: #ffffff solid 1px;
}

.progress-bar-container div {
  height: 100%;
  background-color: rgb(0, 255, 255) !important; 
  opacity: 0.7;
}
