footer {
  text-align: center;
  margin-top: 60px;
  padding: 20px;
  font-size: 14px;
  color: var(--footer-color);
}

footer a {
  color: var(--footer-color);
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

footer img {
  width: 32px;
  height: 32px;
  margin: 0 10px;
}

.social-icons {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
