body {
	width: 60rem;
	margin: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-family: sans-serif;
}

h1 {
	text-align: center;
}

img {
	margin: auto;
	display: block;
	border-radius: 0.5rem;
}

.pquote {
	margin: auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
	display: block;
	width: fit-content;
}

.pquote > p {
	margin-top: 0rem;
	margin-bottom: 0rem;
}