.footer{
  margin-top: 50px;
  background: linear-gradient(96deg, #01bed9 0%, #3500d3 50%, #01bed9);
  }
.footer h5{
    color: aliceblue;
    margin-top:20px; 
}
.footer .footer-link {
  margin: 20px 0 0 0;
}
.footer .footer-link a{
  text-decoration: underline;
    /* color: inherit;  */
  font-size: 18px;
  color: #FFFFFF;
  margin: 0 5px;
}
.footer .footer-link a:hover{
  color: #01bed9;
}
