/* Read more read less message */
#more {display: none;}
{ font-size: 16px; }
p { font-size: calc(1rem + 1vw); }

	@import url('https://fonts.googleapis.com/css2?family=Englebert&display=swap');

	.read {
		width: 200px;
		background: antiquewhite;
		color: #552233;
		font-size: 12pt;
		font-weight: 600;
		padding: 0;
		border-radius: 50px 20px;
		margin-left: 10px;
		font-size: 12pt; 
		padding-left: 3px; 
		padding-right: 3px; 
		background-color:rgb(47, 38, 59); 
		color: antiquewhite; 
		border-radius: 20px 50px; 
		opacity: 1; 
		text-align: center"
	}
	

	@media (min-width: 200px) and (max-width:700px){
	.read {
		font-size: 30pt;
		line-height: 35pt;
		width: 300px;
	}
}

#more {display: none;}
{ font-size: 16px; }
p { font-size: calc(1rem + 1vw); }