
.more{
	display: none;
}
.post{
	color: black;
	font-size: 18px;
	text-align: justify;
	line-height: 25px;
	font-family: 'Work Sans',sans-serif;
}
.post:not(:last-child){
	margin-bottom: 30px;
}
button{
	margin-top: 15px;
	display: block;
	background-color: #ffffff;
	color: black;
	border:none;
	outline: none;
	padding: 8px 20px;
	text-transform: capitalize;
	cursor: pointer;
	font-size: 15px;
}