*{
	padding: 0%;
	margin: 0%;
}
html,body{
	height: 100%;
	width: 100%;
}
head{
	height: 106px;
}
body{
	background-color: #cce6ff;
}

h1{
	background-image: url("header2.jpg");
	text-align: center;
	font-family: 'Bebas Neue', cursive;
	color: #734d26;
	box-shadow:4px 4px 2px #3d3d29;
	height: 80px;
	padding-top: 26px;
	text-shadow: 2px 2px black;
}
div{
	background-color: #00cc99;
	margin: 2.5% 25%;
	text-align: center;
	border-radius: 2%;
	box-shadow: 5px 5px 2px #3d3d29;
}

a, img{
	margin: 2% 0%;
	border-radius: 2%;
	max-width: 100%;

	
}

p{
	text-align: justify;
	padding: 2.5%;
	font-weight: bold;
	font-family: 'Libre Baskerville', serif;
	
}

