.app-footer {
  background: #1176e9;
  color: #f1f1f1;
  text-align: center;
  padding: 12px 10px;
  font-size: 0.9rem;
  margin-top: 30px;
  position: relative;
  bottom: 0;
  width: 100%;
}

.app-footer .footer-links {
  margin-bottom: 6px;
}

.app-footer .footer-links a {
  color: #00bfff;
  text-decoration: none;
  margin: 0 8px;
  transition: color 0.2s ease;
}

.app-footer .footer-links a:hover {
  color: #fff;
}

@media (max-width: 600px) {
  .app-footer {
    font-size: 0.8rem;
    padding: 10px 5px;
  }
}