.footer-basic {
  padding: 32px 0;
  background-color: #ffffff;
  color: #ffffff;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic ul a{
	   transition:color .10s ease-in-out;
}

.footer-basic .copyright {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 16px;
  color:#909090;
}

a.kofi-button
{
 border-radius: 20px!important; 
}

.footer-icon
{
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%!important;
  margin:auto;

}
