footer {
  background: #000;
  color: #ddd;
  padding: 30px 20px;
  text-align: center;
  margin-top: 50px;
}

.footer-content {
  max-width: 1000px;
  margin: auto;
}

.footer-words {
  margin-bottom: 10px;
  font-size: 14px;
}

.footer-links a {
  color: #ddd;
  margin: 0 8px;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #2a5d8f;
}

.footer-socials {
  margin-top: 15px;
}

.footer-socials a {
  color: #ddd;
  margin: 0 10px;
  font-size: 20px;
  transition: color 0.3s;
}

.footer-socials a:hover {
  color: #2a5d8f;
}
