body, html {
	width: 100%;
	height: 100vh;
	background-color: #EEF;
	font-family: Times;
	text-align: center;
	position: relative;
	margin: 0;
}
#wrapper {
	position: absolute;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding-left: 0 !important;
	padding-right: 0 !important;
	box-sizing: border-box;
}
.page {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: 20px;
}
#quoteText {
	padding: 10px;
	border: none;
	border-radius: 20px;
	height: 100px;
	width: 600px;
	font-size: 30px;
	line-height: 1;
	font-family: Gabriola;
	background-color: #FFF;
	margin: auto;
}
#subtitle, #subsubtitle {
	margin: 0px;
}
#suggestion {
	columns: 30;
	rows: 50px;
}