.barWrapper {
  position: fixed;
  bottom: 15%;
  left: 5%;
  width: 90%;
  height: 12px;
  z-index: 1000;
  background-color: #fcf9eb;
  transition: background-color 0.5s ease-in-out;
}
.barUnderlay {
  height: 100%;
}
.barOverlay {
  height: 100%;
  transition: width 0.5s ease-out;
}
.barStripes {
  height: 100%;
  width: 100%;
}