footer a, footer p, footer ul, footer li, footer h5, footer .bi, footer .copyright {
  color: #e8ddcb;
}

footer hr {
  border-color: #e8ddcb;
}

footer .bi {
  cursor: pointer;
}

footer .bi:hover {
  color: white;
}

footer a {
    text-decoration: none;
  }

footer a:hover {
    color: white;
  }
