body{
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: 0.01em;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	font-family: 'Abril Fatface', cursive;
	background-color: pink;
	border-right: solid;
	border-top: solid;
	border-bottom:solid;
	border-width: 5px;
	border-color: orange;
}

p{
	max-width: 650px;
	margin:0;
	margin-bottom: 1em;
	text-indent: 2em;
}

h4,h1{
	background-color: orange;
	max-width: 250px;
	text-indent: .4em;

}

em{
	font-family: 'Shrikhand', cursive;
	font-color:orange;
}