.fab, .far {
  padding: 10px;
  font-size: 30px;
  text-align: center;
  text-decoration: none !important;
  margin: 5px 2px;
}

.fab-md, .far-md {
  padding: 10px;
  font-size: 40px;
  margin: 5px 2px;
}


.navbar-nav > li > a {
  font-size: 16px;
  color: #787878;
}

.animate-zoom {animation:animatezoom 2s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
