html {
  scroll-behavior: smooth;
}

a {
  color: blue;
}

a:hover {
  color : #000000;
  background:yellow;
}

