
.post {
	display: inline-block;
	width: 60%;
	height: fit-content;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 120px;
	margin-bottom: 60px;
	background: linear-gradient(180deg, #292929, #242424);
	border-radius: 40px;
	color: #fff;
}

.post_content {
	width: fit-content;
	height: fit-content;
	padding: 60px;
	margin: 0;
}

.post_title {
	margin: 0;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}

.post_box {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 80px;
}

.post_text_box {
	color: #ddd;
	font-size: 22px;
	margin: 10px;
}

.post_box_title {
	font-size: 40px;
	margin-bottom: 20px;
}

.img_left {
	width: 60%;
	float: left;
}

.post_img {
	display: inline-block;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 20px;
	margin-top: 20px;
	border-radius: 16px;
}

.list_title {
	font-size: 25px;
	font-weight: 600;
	margin: 0;
}

.projects_section_gamecover {
	height: 280px;
}

.date_author {
	color: #ABABAB;
	margin-left: 5px;
	margin-bottom: 25px;
	font-size: 18px;
	font-family: roboto;
}