html, body {
	height: 100%;
	margin: 0;
}
#main {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #333;
	font-family: "Helvetica Neue", Helvetica;
	font-size: 24px;

}
.quote-section {
	width: 340px;
	margin-bottom: 40px;
	font-style: italic;
}
.quote-mark {
	font-size: 48px;
	position: absolute;
}
.quote-mark.start {
	top: -15px;
	left: -30px;	
}
.quote-mark.end {
}
.quote-text {
	position: relative;
	font-size: 18px;
	font-family: serif;
}
.quote-author {
	// margin-top: 8px;
	font-size: 14px;
	display: flex;
	justify-content: flex-end;
}
.name-section {
	display: flex;
	justify-content: center;
	align-items: center;
}
.name {
	margin-right: 6px;
	padding-right: 12px;
	border-right: 1px solid #999;
}
a, a:visited, a:active { 
	font-size: 14px;
	text-decoration: none;
	color: #999;
}
a:hover { 
	border-bottom: 1px solid; 
}