.error-sec .number {
    font-size: 5rem;
    color: #a13dff;
  }
  
  .error-sec .text {
    font-size: 2rem;
    color: #333;
  }
  .error-sec{
    padding: 100px 0;
  }
  .error-sec .link {
    text-decoration: none;
    color: #a13dff;
    font-weight: bold;
  }
  
  .error-sec .link:hover {
    text-decoration: underline;
  }