/* Socials */
#footer .socials {
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}

#footer .socials .icon {
  width: 35px;
  height: 35px;
}

.footer-line {
  margin: 2rem auto;
}
