/* this style is for the news gangan */
.content {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between; 
	font-size:30px;
	text-align:center;
	align-items: center;
	font-family:futura md bt;
	max-width:1300px;
	margin:auto;
}
.content h2 {
	padding:20px;
	color:#000066;
}

.content img:hover {
	box-shadow:5px 2px 5px 0px #000;
	transition:0.5s;
	opacity:0.7;
}	
.content p {
	font-size:18px;
	color:#1B364D;
	font-family:constantia;
}
.content span {
	font-size:15px;
	color:#5B1601;
	font-family:bahnschrift;
}
.left-content {
	background:none;
	flex:1;
	padding:10px;
	min-width:250px; 
}
.middle-content {
	background:none;
	flex:1;
	padding:10px;
	min-width:250px; 
}
.right-content {
	background:none;
	padding:10px;
	flex:1;
	min-width:250px; 
}
