@charset "UTF-8";
/* CSS Document */

html{
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, "serif";
}




h1{
	text-align: center;
	font-size: 50px;
	font-style:oblique;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	padding-bottom: 20px;
	text-shadow: 9px 9px 8px blue;
}


p{
	text-align: left;
	max-width: 40%;
	font-size: 25px;
	color: blue;
}



body{
	background-color:yellow;
}



article{
	text-align: left;
	
}

footer{
	text-align: center;
	color: blue;
	height: 30px;
	background-image: image(url="dripocean.jpg");
	
}