#sb_instagram {
  display: none !important;
}

.error-page {
  align-items: center;
  background: #07182e;
  color: #fff;
  display: flex;
  font-family: Arial, sans-serif;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
  text-align: center;
}

.error-page__card {
  max-width: 42rem;
}

.error-page__code {
  color: #42c7ff;
  font-size: clamp(4rem, 18vw, 10rem);
  line-height: 1;
  margin: 0;
}

.error-page__link {
  background: #08a94f;
  border-radius: 999px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  margin-top: 1rem;
  padding: .85rem 1.4rem;
  text-decoration: none;
}
