.social {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--white);
}

.social:hover {
  filter: brightness(0.95);
}
