.container {
	width: 100vw;
	display: flex;
	justify-content: center;
}

.content {
	width: 60%;
	font-size: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 15px;
}

.title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.content h1 {
	align-self: flex-start;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}

.back_to_main {
	margin-top: 20px;
	font-size: 20px;
	margin-bottom: 50px;
}

.blog_list {
	display: flex;
	flex-direction: column;
}

.blog_list li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}