site.css

head {}


body {
background-color: #fffde7; 
background-image: url(img/916.png);
font-size: 16px;
}

h1 {font-family: old english; font-style: italic;

}
h2 {
	font-style: italic;
}
table {
	width: 50%;
	height: 50px;
	border:solid;
	padding: 5px;

}

.img1 {
	box-shadow: 10px 10px 100px;
	height: 500px;

}

p {
	font-size: 22px;
	font: cursive;
}

div {

	width: 80%;
	margin: auto;

}