h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

.next-step {
  color: #ffffff;
}

.prev-step {
  background-color: var(--bs-primary);
}

html {
  scroll-behavior: smooth;
}

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

