.site-footer {
  background-color: #333;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}

.site-footer .footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.site-footer p {
  margin: 0 0 15px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
}


.footer-links {
  margin-top: 10px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
  font-size: 14px;
}

.footer-links a:hover {
  text-decoration: underline;
}
