/*-- Use For Custom Styling --*/

.nav-link.contatbtn {
  color: white;
  text-decoration: underline;
  text-decoration-color: white;
  text-underline-offset: 3px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-link.contatbtn:hover {
  color: black;
  text-decoration-color: black;
}