.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  text-decoration: none;
  color: white;
  background: #333;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 14px;
}

.social-links a:hover {
  background: #0077ff;
}
