/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 14 2025 | 14:02:19 */
h1, h3, h4.gradient {
	background-image: linear-gradient(to right, #8772e8, #00d5c8);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
}

.larger-text {
	font-size: 1.3em;
}

.rounded-container {
	border-radius: 20px;
}
.circle-border {
	display: inline-block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	border: 1px solid #00f;
	padding-top: 60px;
}