/* a.autolink {
color:green;
font-weight: normal !important;
box-shadow: none;
text-decorate: underline;
} */

p, h1, h2, h3, h4, a {
color: #240f0f;
}

a.cta {
display: none;
}

img {
    width: clear; 
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 480px) {
	img {
    	max-width: 85%;
	}
}

span.divider {
     height: 0px;
	margin-top: 110px;
	margin-bottom: 48px;
}

article {
	padding: 25px 30px 30px 30px;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 1px 4px 12px 2px #feaafee6 ;
}

body {
	background: #ffecf4;
}