.p{
	font-family:montserrat;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	margin-top:30px;
}

.d{
	font-family:montserrat;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	margin-top:30px;
	position:relative;
}

.d::before {
	content: '-';
	position:absolute;
	left:-23px; top:-2px;
	font-size:25px;
}

.x{
	font-family:montserrat;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	margin-top:14px;
}

.story a{
	font-family:montserrat;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	border-bottom:2px dashed #00394d;
	position:relative;
}

.story a:active{bottom:2px;}

.story hr{
	margin:34px 0 25px 0;
}

.stars{
	font-family:montserrat;
	font-size:25px;
	letter-spacing:2px;
	white-space:pre-wrap;
	letter-spacing:1px;
	line-height:32px;
	user-select: text;
	margin-left:3px;
	margin-top:30px;
}