/* ansatz / boot
 *
 * the landing stage. nothing but the mechanism turning in the middle of
 * the void, the cosmic background showing through everywhere else.
 */

.boot-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-height: 0;
  padding: var(--s-4);
}

.boot-gears {
  width: min(40rem, 78vmin);
  opacity: 0.86;
}

.boot-gears svg {
  width: 100%;
  height: auto;
  display: block;
}
