.footer {
  background: rgba(70, 78, 90, 0.95);
  color: #e6e9ee;
  text-align: center;
  padding: 10px 0;
  width: 100%;
}

.footer-content {
  display: grid;
  gap: 4px;
  justify-items: center;
  padding: 0 12px;
  font-size: 0.85rem;
}

.footer-links {
  display: inline-flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer a {
  color: #e6e9ee;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 360px) {
  .footer-content {
    font-size: 0.8rem;
  }
}
