.cus-font {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}


.hover-green {
  color: #1d9e16; 
  font-weight: 600; 
  text-decoration: none;
  transition: color 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.hover-green:hover {
  color: #147a0f; 
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); 
}
