/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2022 | 11:24:40 */
.pum-content {
background: -moz-linear-gradient(top, #E50012, #C30D23);
background: -webkit-linear-gradient(top, #E50012, #C30D23);
background: linear-gradient(to bottom, #E50012, #C30D23);
padding:20px;
margin:-20px;
}
.pum-content p {
text-align:center;
margin-top:20px;
margin-bottom:20px;
color:#ffffff;
}
.pum-content h2 {
text-align:center;
color:#ffffff;
	font-size:27px;
}

@media only screen and (max-width: 750px) {

}