footer {
  color: white;
  background-color: black;
  font-size: 0.9rem;
  padding: 20px 0;
}

.footer-section {
  border-left: 1px solid white;
}

.footer-section:first-of-type {
  border: none;
}

.footer-section p {
  margin: 10px 0;
}

.footer-section img {
  margin-right: 5px;
}

footer a,
footer a:visited {
  color: white;
  text-decoration: none;

  padding: 0 10px;
}
