footer {
  background: #2c2c2c;
  color: white;
  padding: 30px 0;
  margin-top: 80px;
  text-align: center;
}

footer p {
  margin: 0;
  opacity: 0.9;
}

footer a {
  color: #ffd700 ;
  margin: 0 10px;
  transition: color 0.3s ease;
}
