.footer {
  background-color: black;
  color: #fff;
  padding: 2rem 1rem;
  font-size: 0.875rem;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.footer__logo {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 1rem;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.footer__link {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer__link:hover {
  color: #fff;
}
