/* FOOTER */

footer {
  margin-top: 36px;
  padding: 34px 16px 42px;
  text-align: center;
  background: #102a33;
  color: rgba(255, 255, 255, 0.86);
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

footer a {
  color: #cbf4fb;
  transition: opacity var(--transition);
}

footer a:hover {
  opacity: 0.82;
}
