/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2025 | 19:26:23 */
.zapps{
	display: grid;
  justify-items: center;
}
.zapps ul{
	display: flex; 
	gap: 20px; 
	width: 100%; 
	place-content: center; 
	text-align: center; 
	flex-wrap: wrap;
}

.zapps ul li{
	transition-delay: 1.25s;
	display: block;
  margin: 0 auto 0;
}

