.footer {
  text-align: left;
  padding: 20px 0;
  color: #64748b; /* slate-500 */
  background-color: #f9fafb; /* light background */
  font-family: sans-serif;
  font-size: 14px;
}

.footer a {
  display: inline-block;
  margin: 0 10px;
  vertical-align: left
}

.footer img {
  width: 34px;
  height: 35px;
  transition: transform 0.2s ease;
}

.footer img:hover {
  transform: scale(1.1);
}

.footer-text {
  display: inline-block;
  margin-left: 15px;
  vertical-align: left;
}