.site-footer {
  background-color: #222;
  color: white;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

.site-footer a {
  color: #ddd;
  text-decoration: none;
  margin: 0 10px;
}

.site-footer a:hover {
  color: #fff;
}