:root {
  --primary: #000;
  --primary-text: #00f400;
  --secondary: #ff1dec;
  --secondary-text: #00f400;
  --button-bg: #fc9a2a;
  --accent: #505050;
  --accent-text: #00f400;
}
@font-face {
  font-family: 'dashDigital';
  src: url('/font/dash_digital-7.ttf') format('opentype');
}

body {
  background-color: #1a1a1a;
  color:#00f400;
}
.feedback svg {
  width: 20px;
}

.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;
}
