.list-social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list-social__item .icon {
  height: 2rem;
  width: 2rem;
  display: block;
}

.list-social__link {
  align-items: center;
  color: white;
  border: 1px solid rgb(var(--color-pela-green));
  margin: 0 var(--spacing-1);
  display: inline-block;
  padding: 12px;
  transition: background-color 0.05s ease-in;
  border-radius: 50%;
}

.list-social__link:hover {
  background-color: rgb(var(--color-pela-green));
  color: white;
}
