h1{
	margin:0px;
}


.news{
	width: 100%;
	height:1150px;
	text-align: center;
	border-bottom: 6px solid red;
	
}

#news_header{
	width:100%;
	font-family: Inter;
	font-size:100px;
	margin-top:20px;
	color:red;
	font-weight: bold;
	border-bottom: 6px solid red;
}




.articles_above{
	padding-top:50px;
	width:100%;
	height: 550px;
	display:flex;
}

.head_article {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; 
    width: 65%;
}

#head_article_status{
	color:red;
	font-family:Inter;
	font-weight: bold;
	font-size:20px;
	margin-left:40px;
}
#head_article_header{
	position:absolute;
	margin-top:60px;
	font-family: Inter;
	font-size:50px;
	width:400px;
	text-align:left;
	margin-left:100px;
}

#head_article_img{
	position:absolute;
	width:650px;
	margin-top:70px;
	margin-left: 550px;
}

#head_article_button{
	color:white;
	background-color:red;
	font-family:Inter;
	font-weight:bold;
	font-size:20px;
	margin-top:300px;
	margin-left:160px;
	border-radius:3px;
	padding: 10px;
}


.side_article{
	margin-left:30px;
	width: 450px;
	height: 600px;
	border-top:5px solid red;
	border-right:5px solid red;
	border-radius:10px;
}

#side_article_status{
	position:absolute;
	color:red;
	font-family:Inter;
	font-weight: bold;
	font-size:20px;
	margin-left:40px;
}

#side_article_header{
	font-family: Inter;
	font-size: 60px;
	margin-top: 50px;
}

#side_article_img{
	margin-top: 20px;
	width: 250px;
}
#side_article_button{
	color:white;
	background-color:red;
	font-family:Inter;
	font-weight:bold;
	font-size:13px;
	margin-left:300px;
	border-radius:3px;
	padding: 10px;
	width: 100px;
}


.articles_below{
	width:100%;
	height:300px; 
	display:flex;
	justify-content: center;
	margin-top:80px;
	
}

.articles_below div{
	margin-left:100px
}

.small_article{
	overflow: hidden;
	width: 300px;
	border: red solid 3px;
	border-radius: 10px;
	position: relative;
}

#small_article_status{
	position: absolute;
	color: red;
	margin-right: 200px;
	margin-top: 2px;
	margin-left: 20px;
	font-family: Inter;
	font-weight: bold;
	font-size: 25px;
	padding: 0px;
}

#small_article_header{
	position: relative;
	font-family: Inter;
	font-weight: bold;
	font-size: 22px;
	margin-top: 30px;
}

#small_article_img1{
	width: 200px;
	margin-top: 20px;
}
#small_article_img2{
	width: 200px;
	margin-top: 20px;
}
#small_article_img3{
	width: 130px;
}

#small_article_button{
	background-color: red;
	color: white;
	font-family: Inter;
	padding: 6px;
	width: 100px;
	margin-left: 94px;
	border-radius: 10px;
}