#quote-0 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 512px;
	height: auto;
}

#quote-1 {
	position: relative;
	left: 0px;
	top: 0px;
	width: 512px;
	height: auto;
}

#quote-2 {
	position: relative;
	left: 0px;
	top: 32px;
	width: 512px;
	height: auto;
}

.quote {
	margin-left: 24px;
	margin-right: 24px;
}

.quote-box {
	display: inline-flex;
	flex-direction: column;
	position: relative;
	left: 0px;
	top: 10%;
	justify-content: center;
	align-items: center;
}

.quote-row {
	display: inline-flex;
	position: relative;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.title-card {
	display: inline;
	position: relative;
	left: 0px;
	width: calc(1024px - 64px);
	height: auto;
	text-align: center;
	white-space: pre;
	font-family: 'DejaVu Sans';
	font-size: 32px;
	color: #f5ecbdff;
}

.site-title {
	padding: 0;
	margin: 0;
}

.title-frame {
	top: 24px;
	display: inline-flex;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
