#footer-container {
  background-color: #f5f5f7;
  border-top: 1px solid #d2d2d7;
  padding: 20px 0;
  width: 100%;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 15px;
}

.footer-text {
  font-size: 12px;
  color: #6e6e73;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 641px) {
  .footer-text {
    font-size: 11px;
  }
}

.footer-link {
  color: black;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}
