.leader-social-btn {
  --btn-size: 60px;
  background-color: var(--rs-theme-secondary);
  color: var(--rs-theme-tertiary);
  font-size: 3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--btn-size);
  height: var(--btn-size);
  border-radius: 50%;
  transition: background-color 0.3s, color 0.3s;
  transition-timing-function: linear;
}
.bg-blue {
  background-color: rgb(95, 137, 229);
}
