html {
	background: #00ff00;
}

.quoteBox {
	align-self: center;
	background: #ffffff;
	padding: 50px 50px 50px 50px;
	margin: auto;
	margin-top: 200px;
	width: 30%;
}

#Author {
	font-style: italic;
}

p {
	text-align: center;
}

.buttonPrimary {
	float: right;
	background-color: #008CBA;
	border: #008CBA;
	color: white;
	border-radius: 4px;
}

.buttonDefault {
	padding: 0px;
	border:0px;
	background-color: white;
}