.custom-footer {
  background-color: black;
  color: white;
  padding: 20px 0;
}

.custom-footer p {
  margin: 0;
}

.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-icons li {
  display: inline-block;
  margin-right: 10px;
}

.social-icons li:last-child {
  margin-right: 0;
}

.social-icons a {
  color: white;
}

.social-icons a:hover {
  color: purple;
}

