footer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  min-height: 200px;
}

footer .socail-medai {
  display: flex;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 2px solid var(--black);
}
footer .socail-medai a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
}
