.site-footer {
  background-color: #1f1f1f;
  color: #f5f5f5;
  padding: 40px 20px;
  font-size: 0.9rem;
}

.site-footer a {
  color: #e30013;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.copy {
  margin-top: 20px;
  text-align: center;
  font-size: 0.8rem;
  color: #aaa;
}