section.errorSection {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.errorContainer {
  width: 90vw;
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 100%;
  gap: 1rem;
  font-size: clamp(1.5rem, 50vw, 2.5rem);
}
