/* FOOTER */
.footer {
    text-align: center;
    font-size: 1.6rem;
    padding: 3rem;
  }
  
  .footer a {
    color: var(--white-color);
  }
  