.footer {
  background-color: var(--intimate-emerald);
  border-top:8px dotted var(--touch-me-teal);
  color: var(--touch-me-teal);
  margin-top: 24px;
  min-height: fit-content;
  text-align: center;

  .social {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: auto;
    padding: 0;
    width: 70%;

    img {
      height: 56px;
      width: 56px;
    }

    li { flex: 1; }
  }

  .sticker {
    left: 5%;
    margin-top: 5%;
    max-width: 200px;
    width: 20%;
  }
}
