body {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffd0a8;
	color: #333;
	font-family: "calibri", sans-serif;
	font-weight: 400;
}

.container {
	text-align: center;
	padding: 2rem;
	border-radius: 5px;
	background-color: #fff;
	flex: 0 0 60%;
}

#quoteBtn {
	border: none;
	color: #fff;
	background: #d898;
	font-size: 1.3rem;
	padding: 0.25rem 0.5rem;
	border-radius: 5px;
	cursor: pointer;
}

#quoteBtn:hover {
	color: #3d3d3d;
}

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #fcdbbf;
	margin: 1.5rem;
	padding: 0.5rem;
	text-align: left;
}

#quoteAuthor {
	color: #d1ba52;
}
