@charset "UTF-8";
.page-blog footer {
/*   bottom: 0;
	position: absolute; */
}

.main_contents {
	margin:40px 0;
	display: flex;
		flex-direction: column;
		align-items: center;
	min-height:100vh;
}

h1 {
	margin:20px 0;
}
.single_content  {
	width: 88%;
}
.single_content p {
	margin-left:1em;
	margin-right:1em;
	font-size: 1.8rem;
	
}
.btn-post {
	display:flex;
	justify-content: space-evenly;
	margin:40px 0;
	width: 100%;
}
.btn-post a {
	 display: inline-block;
	width: 11rem;
	line-height: 2.5;
	background-color:#fdedee;
	text-align: center;
	font-size: 1.2rem;
	border-radius:15px;
}    