.focusedspark-footer-links {
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
  color: #637381;
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.focusedspark-footer-links a {
  color: #637381;
  text-decoration: none;
  transition: color 0.2s;
}

.focusedspark-footer-links a:hover {
  color: #2196F3;
  text-decoration: underline;
}
