footer {
  height: max-content;
  width: 100%;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

footer h4 {
  color: rgb(202, 202, 202);
  padding: 0.8rem;
}

footer .footer-icon ul {
  display: flex;
  width: max-content;
  height: max-content;
  /* background-color: pink; */
  align-items: center;
  justify-content: center;
  list-style: none;
}

/* footer .footer-icon ul li {
  /* background-color: brown; */
/* } */
*/ footer .footer-icon ul li i {
  cursor: pointer;
}

footer .fa {
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #464646;
  margin: 0px 5px;
  border-radius: 50%;
  border: 2px solid #464646;
}

footer .fa:hover {
  color: #50d8d7;
  border-color: #50d8d7;
}

footer p {
  color: rgb(95, 95, 95);
  text-transform: uppercase;
  font-size: 0.8rem;
  padding: 1rem;
}
