/* Base style for the class */
.nav-link {
  color: green;
}

/* Hover style for the class */
.nav-link:hover {
  color: orange;
}