.footer {
  position: relative;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}



.copyright p {
  font-size: 1rem;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 761px) {
  .footer {
    padding: 15px;
  }
  .social-link {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
