.footer {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 2rem clamp(1rem, 5vw, 4rem);
    background-color: #1A1A1A;
    color: #AAA;
    flex-wrap: wrap;
    gap: clamp(2rem, 15vw, 25rem);
  }