.progress-bar__container {
  display: none;
  padding: 10rem 0;
  margin: auto;
  width: 30%;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  &.shown {
    display: flex;
  }
}
.progress-bar__label {
  margin: .5rem 0;
}
