.more{
	display: none;
}
.post{
	color: #787878;
	font-size: 14px;
	
	line-height: 25px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.post:not(:last-child){
	margin-bottom: 30px;
}
button{
	margin-top: 15px;
	display: block;
	background-color: #42d1aa;
	color: white;
	border:none;
	outline: none;
	padding: 8px 20px;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 16px;
}