h1
{
	text-align : center;
	-webkit-text-stroke: 2px black; /*To get the doubled image!*/
	font-family : URW Chancery L, cursive; 
	color: yellow;
	text-shadow : -3px 0 orange, 0 3px orange, 3px 0 orange, 0 -3px orange;
	font-size : 5.3em;
}

div 
{
  text-align: justify;
  text-justify: inter-word;
}

img 
{
	max-width: 100%;
	height: auto;
}