.footer-social i {
  color: white;
  font-size: 20px;
  transition: 0.3s;
}
.footer-social i:hover {
  color: #ccc;
}
.footer-copy {
  color: white;
  font-size: 14px;
}
