.error {
  width: 100%;
  padding: 110px 15px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
  text-align: center;
}

.error .error-message {
  font-size: 14px;
  font-style: italic;
}

.error a {
  background-color: #005bff; /* Couleur active */
  color: white;
  font-weight: 500;
  font-size: 14px;
  line-height: 16.94px;
  padding: 20px 76px;
  border-radius: 38px;
}
