.error-page {
  height: 100vh;
  overflow: auto;
  .error-inner {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    color: white;
  }
}
