#progress-control {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;

  & button {
    padding: 0.5rem;
    min-width: 100px;
  }
}
