.site-footer {
  background-color: #333333;
  color: white;
  padding: 20px 0;
  text-align: center;
}

.footer-links {
  margin-bottom: 10px;
}

.footer-links a {
  color: white;
  margin: 0 10px;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-copy {
  font-size: 12px;
  margin: 0;
}

.footer-main {
  margin-top : 40px;
}