.error-container {
  min-height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.error-content {
  padding: 40px;
  width: 90%;
}

.error-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-bottom: 20px;
}

.error-message {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 15px;
}

.error-link {
  color: #1a318b;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 4px;
}

.error-link:hover,
.error-link:focus {
  text-decoration: underline;
}
