#social-group {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

#social-group ul {
  background-color: #3e3e3e;
  padding: 4px;
  list-style: none;
  border-radius: 3px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

#social-group ul li {
  width: 46px;
  height: 46px;
}

#social-group ul li img {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}