/* text.html */
	
	#pageContents p:first-child {
		margin-top: 0px;
	}
	
.center{
	text-align: center;
}

#closeBtn{
	margin-top: 20px;
}

.closeTextEmbed {
	position: fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color: rgba(0,0,0,0.8);
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3em;
}