footer {
  border-top: thin solid hsl(240, 4%, 16%);
  font-size: .80rem;
}

.footer {
  margin: 1rem;
  display: flex;
  justify-content: space-between;
}

.socials {
  width: 1rem;
  height: 1rem;
}

.my-socials:hover {
  transform: scale(1.1);
}
