.content-wrapper {
  min-height: calc(100vh - 150px);
  padding-bottom: 10px;
}

#footer {
  height: 60px;
  text-align: center;
  padding: 20px 40px 40px 40px;
  background-color: #002249;
  color: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#developer-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 5px;
}

#developer-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px; /* Espaço entre os desenvolvedores */
}

.developer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.developer img {
  width: 24px; /* Tamanho do ícone */
  height: 24px;
  margin-bottom: 5px; /* Espaço entre ícone e nome */
}

#footer-title {
  margin: 0;
  font-size: 20px;
  text-align: start;
  color: #ffffff;
  margin-top: 31px;
}

#copyright {
  font-size: 14px;
  margin-top: 10px;
}
