.news {
	width: 1000px;
	max-width: 80%;
	min-width: 800px;
	border: 1px solid #ffffff;
	background-color: #212121;
	border-radius: 15px;
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	font-family: arial;
	font-size: 24px;
	color: #ffffff;
}
.news:hover {
	background-color: #484848;
}
.articlewrapper {
	display: table;
	justify-content: center;
}
.article {
	position: relative;
	margin-top: 10px;
	margin-bottom: 8px;
	margin-left: 20px;
	width: 300px;
	height: 220px;
	background-color: #212121;
	border-radius: 15px;
	overflow: hidden;
	float: left;
}
.article img {
	height: 150px;
	width: 300px;
	object-fit: cover;
}
.article h1 {
	font-family: arial;
	padding-top: 10px;
	color: #ffffff;
	width: 400px;
	font-size: 20px;
	text-align: center;
	width: 300px;
	margin-top: 0px;
}