.black-text {
  color: black;
  text-decoration: none;
}

.black-text:hover {
  color: blue;
}
