html {
	*font-family: "Baskerville", "Baskerville Old Face", "Hoefler Text", "Times New Roman";
	font-size: 16px;
	font-variant: normal;
	font-weight: 400;
	background: #fffad6;
	line-height: 20px;
	text-align: left;
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 2%;
	padding-right: 2%;
	position: relative;
	height: 100%;

}

