body {
	background-color: white;
}
p {
	line-height: 2rem;
}
img {
	width: 100%;
}
.contentimgs{
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.title-custom-bg{
	font-size: 1.125rem;
	display: inline-block;
	background-color: blue;
	padding: 0.5rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border-radius: 0.375rem;
	color: white
}
.subtitle{
	color: black;
	font-weight: 500;
}