.footer-links {
  margin-top: 40px;
  padding-bottom: 3px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer-links div {
  display: flex;
  gap: 48px;
  text-align: center;
}

.footer-links a {
  font-weight: 400;
  text-decoration: none;
  color: #6b7280;
}


/*.footer-links {
position: fixed;
  bottom: 0;
  left: 0;                
  width: 100vw;
  padding: 10px 0;
  display: flex;
  justify-content: center;
	z-index: 0;
}

.footer-links div {
    display: flex;
    gap: 48px;
text-align:center;
}

.footer-links a {
    font-weight: 400;
    text-decoration: none;
    color: #5c626b;
}