p
{
	color: black;
	font-size : 16px;
	font-family : Georgia;
	text-align: justify;
}

h1
{ 
	font-family: Time New Roman;
	border: 4px pink inset;
	border-radius: 10px;
	text-align : center;
	width: 300px;
	margin: auto;
}

img
{
	width: 300px;
	margin-left: 50px;
	height: auto;
	display: block;
	}
body
{
    background: rgba(0,0,0,0.3) repeat;
    
}