.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #ffffff1a;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
  color: #fff;
}
.social-icon:hover {
  background: #ffffff4d;
  transform: scale(1.1);
}
