/* custom.css */

.custom-link {
  color: #ffffff; /* Orange */
  font-weight: bold;
  text-decoration: none;
  border-bottom: 2px solid #fd7e14; /* Add underline effect */
}
