.social-float {
  position: fixed;
  right: 15px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-float img {
  width: 40px;
  height: 40px;
}