#social-footer {
  text-align: center;
  margin: 40px 0;
}

#social-footer a {
  color: #333;
  font-size: 24px;
  margin: 0 12px;
  text-decoration: none;
  transition: color 0.3s;
}

#social-footer a:hover {
  color: #000;
}
