
.spinner, .multi-step-spinner {
  display: block;
  width: 32px;
  height: 32px;
}
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: calc(100vh - 16px);
}
