body {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: 'EB Garamond', serif;

	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;

	background-image: url(./KingBackground.jpg) !important;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#text {
	background-color: rgba(0, 0, 0, 0.65);
	color: white;
	padding: 1em;

	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
}

.paragraph {
	width: 55vw;
	font-size: 1.5em;
	text-align: center;
}

.center-paragraph {
	margin-top: 1em;
	margin-bottom: 1em;
}

.quote {
	margin-top: 1em;
}

@media(max-width: 800px) {
	.paragraph {
		width: 75vw;
		font-size: 1.2em;
	}

	#text {
		margin: 1em 0em;
	}
}