.footer {
  background-color: #e7e7e7;
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0;
  justify-content: center;
  gap: 15px;
}

.footer p {
  display: flex;
  gap: 20px;
}

.footer i {
  color: black;
}

.footer a {
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .footer p {
    flex-direction: column;
    gap: 4px;
  }
}
