.error-wrapper {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 2rem;
}

.error-wrapper > h1 {
  font-size: 500%;
  color: var(--iq-dark-orange);
}

.error-body {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  gap: 3rem;
}

.error-body .guided-setup {
  color: var(--colored-button-fg);
  background-image: var(--iq-orange-gradient);
  text-decoration: none;

  max-width: max-content;
}

.error-redirect {
  display: flex;
  flex-flow: column;
}

.error-redirect button {
  border-radius: 15px;
  color: var(--colored-button-fg);
  background-image: var(--iq-orange-gradient);
}