.footer-menu {
  text-align: center;
}

.footer-menu ul {
  display: inline-block;
}



.footer-menu li {
  display: inline-block;
  margin-right: 20px;
}

.footer-menu a {
  color: #6fbe44;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-menu a:hover {
  color: #6fbe44;
}

.footer-copyright {
  margin-top: 20px;
  text-align: center;
  color: #6fbe44;
}

.footer-contact p {
  margin: 0;
  margin-bottom: 10px;
  color: #6fbe44;
}

.footer-contact strong {
  color: #6fbe44;
}
