footer {
  background-color: dimgray;
  color: white;
  letter-spacing: 0.2rem;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: none;
}
.brands-icons {
  background-color: white;
}
@media (max-width: 991.98px) {
  footer {
    font-size: 0.9rem;
  }
}
@media (max-width: 767.98px) {
  footer {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
