.footer {
    width: 85%;
    margin-top: 50px;
    display: flex;
    flex-direction: column; 
    width: 100%;
    color: rgba(0, 0, 0, 0.78);
    /* text-align: center; */
    justify-content: center;
    position: relative;
    align-items: center;
    bottom: 0;
  }

  footer hr {
    border: 0;
    border-top: 1px solid #000;
    width: 85%; 
    margin: 10px auto; 
  }
  footer p{
    width: 85%;
    font-size: 13px;
  }

  .footer-link {
    color: rgba(0, 0, 0, 0.78);  
    text-decoration: none;
  }

  @media (max-width: 768px) {
    .footer p {
      font-size: 11px;
    }

    .footer hr {
      width: 87%;
    }
  }