a {
  text-decoration: none;
}
a:hover {
  color: white;
  background-color: silver;
}
body {
  background-attachment: fixed;
}

 
