h4 {
  font-size: 1rem;
  color: white;
  margin: 8px 0px;
}

footer {
  background-color: #242424;
  color: #b2b2b2;
}

.footerLogo {
  font-size: 26px;
  font-weight: 600;
  color: rgb(222, 116, 29);
  background-clip: initial;
  background: linear-gradient(
    145deg,
    rgb(236, 158, 94) 0%,
    rgba(222, 116, 29, 1) 10%,
    rgba(182, 0, 0, 1) 75%
  );
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

footer ul {
  margin: 0px;
}
