/* Footer */
footer {
  text-align: center;
  padding: 2rem;
  background: #222;
  color: white;
}
footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 0.5rem;
}
footer a:hover {
  text-decoration: underline;
}
