/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 18 2025 | 15:56:51 */
body, .block-editor-iframe__body{
	background-color: #0f0f0f;
}
h1{
	text-shadow: 0 8px 15px rgba(0, 0, 0, .8);
}
.textAlignLeft{
	text-align: left !important;
}

.onlyMobile{
	display: block;
}
@media (min-width: 768px) {
	.onlyMobile{
		display: none;
	}
}

.onlyDesktop{
	display: none;
}
@media (min-width: 768px) {
	.onlyDesktop{
		display: block;
	}
}