/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 15 2025 | 09:21:44 */
.btn li{
	display: inline-block;
	padding: 10px 20px;
	margin: 5px;
	background-color: #2872fa;
	cursor: pointer;
	border-radius: 3px;
	transition: background 0.3s;
}
.btn li:hover {
	background-color: #1559ed;
}
.btn a{
	color: #fff
}
.article li{
	margin:10px 0;
}
