.container {
     position: absolute;
     margin: auto;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 800px;
     height: 500px;
}

.quote {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.author {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 16px;
}
