.footer {
  background: #323232;
}
.footer-links {
  display: flex;
  padding: 0.5rem 6%;
  justify-content: space-between;
  background: #2e2e2e;
}
.footer-links img {
  width: 15%;
  transition: all 0.4s;
  cursor: pointer;
}
.footer-links img:hover {
  transform: scale(1.2);
}

.footer .fBottom a {
  color: #d3d3d3 !important;
}

