/* Footer */
footer {
  background-color: #2c3e50;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0; /* Adjust padding for items */
  margin-top: auto; /* Push footer to the bottom */
  height: 150px; /* Adjust the footer height */
}
footer a{color: white;}

.footer-center {
  display: flex;
  align-items: center;
  gap: 3rem; /* Adjust gap between elements */
}

.footer-logo{
  width: fix; /* Adjust the logo size as needed */
  font-size:12px;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column; /* Display links in a vertical list */
  gap: 0.5rem; /* Adjust gap between links */
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-spacer {
  width: 1px;
  height: 50px; /* Adjust the height of the spacer */
  background-color: white; /* Set the background color of the spacer */
}

.footer-copy {
  font-size: 0.8rem;
}

.icon {
  font-size: 1.2rem;
  margin-left: 0.2rem;
}
.icons a{color: white;}