/* Font Awesome 6.5.1 */
.social-links a {
  text-decoration: none;
  color: inherit;
  font-size: 1.5rem;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.social-links a:hover {
  color: var(--color-accent);
}

.social-links a svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}