footer {
  /* background: linear-gradient(135deg, #1f3f68, #0f2044); */
  /* background: #00a2ff; */
  background: #0077b6;
  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: #0077b6;
}

.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: #0077b6;
}
