#news article {
	width: 700px;
	display: flex;
	flex-direction: column;
	margin:auto;
	border-top: black 1px solid;
	padding: 5vh 0 5vh 0;
}
#news article:first-child {
	border-top: none;
}
#news article img {
	max-width: 700px;
	max-height: 700px;
	margin: auto;
}
#news h3 {
	font-size: 15pt;
	font-family: "Montserrat-bold";
}
#news p {
	font-size: 14pt;
}