.error-page {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.error-content {
  text-align: center;
  max-width: 28rem;
}

.error-code {
  font-size: 8rem;
  font-weight: 800;
  background: linear-gradient(to right,#ef4444, #ec4899);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.error-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #111827;
  margin-top: 0.5rem;
}

.error-text {
  color: #6b7280;
  margin-top: 0.25rem;
}

.error-actions {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

.error-button {
  padding: 0.75rem 1.5rem;
  border-radius: 9999px;
  background-color: #000000;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.error-button:hover {
  background-color: #1f2937;
}
