.posttemplate1 {
	background: #636B57;
	padding: 15px 10px 20px 20px;
    text-align: justify;
    font-size: 12px;
}

.posttemplate1header {
	padding: 15px;
    font-family: 'Alex Brush';
    font-size: 30px;
    text-align: center;
}

.posttemplate2 {
	background: #636B57;
	padding: 15px 10px 20px 20px;
    text-align: justify;
    font-size: 12px;
} 

.posttemplate2headline {
	font-family: 'Alex Brush';
	font-size: 30px; 
	text-align: center;
}

.posttemplate3 {
	background: #636B57;
	padding: 15px 10px 20px 20px;
    text-align: justify;
    font-size: 12px;
}

.posttemplate3imageleft {
	float: left;
    margin-right: 7px;
    margin-top: 5px;
    max-width: 200px;
    max-height: 120px;
    object-fit: cover;
}

.posttemplate3imageright {
	float: right;
    margin: 5px 7px 0px 7px;
    max-width: 200px;
    max-height: 120px;
    object-fit: cover;
}