body {
    background-color: #E8E8E8;
	position: absolute;
	top: 45%;
    width: 100%;
    text-align: center;
	font-family: "Ubuntu", "Arial";
}

.quote {
	
	color: green;
	font-style: italic;
	font-size: 40px;
	
}

.author {
	color: red;
	font-size: 20px;
}