.error-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  .header {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .error-message {
    max-width: 500px;
    text-align: center;
  }
}