
/* B E G I N    S C R O L L B A R    C S S */


.header {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
  background-color: #fefcfd;
}

.header h2 {
  text-align: center;
}

.progress-container {
  width: 100%;
  height: 5px;
  background: #fefcfd;
}

.progress-bar {
  height: 5px;
  background: #710;
  width: 0%;
}
body::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  z-index: 100;

}

/* E N D   S C R O L L B A R   C S S */
