.social-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-xs);
}
.social-links :where(a) {
  border-radius: 100px;
  background-color: hsl(var(--clr-400));
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-links :where(svg) {
  width: 0.8rem;
  fill: #fff;
}
