footer {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
}

footer a {
  color: inherit;
  text-decoration: none;
  font: inherit;
}
footer a:hover,
footer a:focus {
  text-decoration: underline;
}
