body {
	margin: 0em;
	background-color: #292f34;
	color: #292f34;
}

div {
	max-width: 65%;
	margin: 17em auto 2em auto;
	padding: 1em;
	color: white;
}

#quote_container {
	text-align: center;
	font-weight: bold;
	font-size: 3em;
	font-family: "Patrick_hand";
	opacity: 0.3;
}

#author_container {
	text-align: center;
	font-style: italic;
	font-size: 15px;
	font-family: sans-serif;
	text-decoration: underline;
}
