  .link-1 {
    text-decoration: underline;
    text-decoration-color: #1B1717; 
    text-decoration-thickness: 1px; 
    text-underline-offset: 1px; 
    }

 .link-1:hover {
    text-decoration-color: #C4C4BD; 
  }
