.errCon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: var(--font-mono);
  gap: 0.1rem;
  height: 100%;
}

.err1 {
  font-weight: 200;
  font-size: 1rem;
  padding: 0;
  line-height: 1.0rem;
}

.err2 {
  font-weight: 1000;
  font-size: 5rem;
  padding: 0;
  line-height: 5rem;
}

.err3 {
  font-weight: 200;
  font-size: 1rem;
  padding: 0;
  margin-bottom: 2rem;
}

.errCon img {
  width: 80%;
}

.wip0 {
  font-weight: 200;
  font-size: 1rem;
  padding: 0;
  line-height: 1.5rem;
}
