/* ==========================================
   FOOTER
   ========================================== */

.footer-legal {
  text-align: center;
  padding: 30px 20px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(10, 10, 30, 0.9);
}

.footer-legal p {
  margin: 0;
  font-size: 0.9rem;
  color: #fff;
}

.footer-legal a {
  color: rgb(255, 220, 100);
  text-decoration: underline;
  transition: color 0.3s ease;
}

.footer-legal a:hover {
  color: rgb(255, 255, 255);
  text-decoration: underline;
}
