/* Footer */
/* footer {
  background-color: #914e62;
  color: #fff;
  text-align: center;
  padding: 20px;
} */

.footer {
  background: #914e62;
  padding: 50px 20px 35px;
  text-align: center;
  margin-top: 80px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  margin-bottom: 25px;
}

.footer-links a {
  color: #f7e8ec;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s ease;
}

.footer-links a:hover {
  color: white;
}

.footer p {
  color: white;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.footer span {
  color: #f4d9e1;
  font-size: 14px;
  letter-spacing: 1px;
}