h1{
	font-family: 'Courgette', cursive;
	font-size: 50px;
	text-align: center;
	color: white;
	background-color: green;
	border-radius: 30px;
}
h2{
	text-align: center;
	font-family: 'Kaushan Script', cursive;
	font-weight: bold;
	border-style: groove;
	color:red;
}
h3{
	text-align: center;
	font-size: 30px;
	font-family: 'Kaushan Script', cursive;
	font-weight: bold;
	text-decoration: underline;
	color:#08EDF3;
}
h4{
	font-family: 'Kaushan Script', cursive;
	font-size: 30px;
	text-align: center;
	color: #0057DC;
	text-decoration: underline;
}

p{	
	color: black;
	text-align: center;
	font-family: 'Great Vibes', cursive;
	text-transform: capitalize;
	font-size: 30px;
}
img{
 	border-radius: 20px;
 	display:block;
  	margin-left: auto;
  	margin-right: auto;
	border-radius:20px;
	border-width: 10x;
	border-style: solid;
	border-color: black;

  }
html{ 
	background-color: #D4F691;
}
a{
	color: #efb810;
	font-size: 30px;
}
nav ul li{
	display: inline;
	font-size:20px;
	font-family:'Kaushan Script', cursive;
	margin-left: 50px;
	background-clip: padding-box;

}
 .clear{
 	clear: both;
}
footer img{
	border:none;
}
header img{
	border:none;
}
article img{
	border:none;
}
aside img{
	border:none;
}