

.footer-content {
  margin-top: 2rem;
}

.footer-content h2 {
  margin-bottom: 1rem;
}
  
.apps {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}

.app {
  flex: 1;
  min-width: 4rem;
  max-width: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.app img {
  width: 5rem;
  height: 5rem;
  border-radius: 24px;
  background-color: #d0d0d0;
  margin-bottom: 5px;
}

.app span.app-name {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

.placeholder {
  width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  background-color: #D0D0D0;
  margin-bottom: 0.5rem;
}

.app a {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
}