.copy {
    font-size: 0.6rem;
    text-align: center;
    display: block;
}

footer {
    padding: 4vmin 0;
}

footer .container {
  position: relative;
}

footer .container:before {
  content: '';
  position: absolute;
  width: calc(100% - 4rem);
  top: -4vmin;
  right: 2rem;
  border-bottom: 1px solid var(--color-text);
}

.footer-socials {
  display: flex;
  gap: 16px;
  justify-content: center;
  padding: 20px 0;
}

.footer-socials a {
  color: #333;
  font-size: 20px;
  transition: color 0.3s ease;
}

.footer-socials a:hover {
  color: #0077cc;
}


@media (max-width: 768px) {

}