.footer {
  background-color: #000;
  padding: 30px 20px 10px;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-content {
  margin-bottom: 10px;
}

.footer-content a {
  color: white;
  text-decoration: none;
  margin: 0 12px;
  font-size: 0.95rem;
  transition: opacity 0.3s ease;
}

.footer-content a:hover {
  opacity: 0.7;
}

.footer-copy {
  font-size: 0.85rem;
  color: #aaa;
}