body{
		background-color:rgb(29, 59, 25);
}

nav{

}

header{
		font-family: 'Chewy', cursive;
		background-color: rgb(225, 228, 189);
		text-align: center;
		border-bottom: 5px solid #DB7579;
		}
	
h1{
	color: rgb( 219, 117, 121);
	

}

h2{
	color:rgb(219, 117, 121) ;
	text-align: center;

}

article{
	text-align: center;
}

p{
	color: rgb(95, 99, 96);
	font-size: 25px;

}

ul{
	text-align: center;
	margin: 10px;
	float: left;

}

ul li{
	text-align: left;
	color:rgb( 219, 117, 121) ;
	font-size: 20px;


}

img{
	border: 5px solid #DB7579;
	width: 40%;
	height: 40%;
	float: right;
	margin-bottom: 90px;
	margin-right: 25px;

}

footer{
	text-align: center;
	background-color:rgb(225, 228, 189) ;
	clear: right;
	padding: 5px;
	margin: 50px;
}