footer {
  background-color: #dddddd;
  flex-direction: column;
}

footer p {
  text-align: center;
  padding: 10px;
  color: black;
}

.footer-title {
  font-size: 1.5rem;
}

.footer-link a {
  color: inherit;
}

.footer-link a:hover {
  color: var(--blue-instaltech);
}

.footer-credit {
  font-size: 1rem;
}

.footer-credit a {
  color: inherit;
  text-decoration: none;
}