@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zeyada&display=swap');
body {background-color: lavender;
background-image:url("images/starring.JPG")
}

#wrapper {width: 960px;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
background-color: #fff;
padding: 10px 20px;
border-width: 1px;
	border-style: solid;
	border-color:crimson;
}
h1, h2, h3 {font-family:'Zeyada',cursive }
h1 {
                  background-color: black;
                  color: hotpink;               
                  font-size: 40px;
                  text-transform: uppercase;
                  text-align: center;
				  padding: 16px 0;
	background: linear-gradient(lavender, lightpink );
		
	
               }
h2 {
                  background-color: black;
                  color: lightpink;
                  font-size: 20px;
                  text-transform: uppercase;
                  text-align: center;
				  padding: 10px;
	              padding-left: 10px;
                 margin-bottom: 10px;
               }
h3 {
                  background-color: black;
                  color: peachpuff;
                  font-size: 20px;
                  text-transform: uppercase;
                  text-align: center;
				  margin-bottom: 10px;
	border-bottom: 2px dotted #FFAAF8
               }
p {
             
                font-family: 'serif', cursive;
                  font-size: 12px;
	              margin-left: 40px;
	              margin-bottom: 14px;
	              line-height: 200%
					   
				 
}
li {
				 margin-bottom: 25px;
	             list-style-type: circle;
	             list-style-position: inside
			}
ul li {          list-style-type: circle;
}
footer {         text-align: center;  
}
.feature {       color: black;
}
.feature-box { width: 800px;
	background-color: lavenderblush;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px coral;
	
}
nav { padding: 6px;

}
nav a {          font-weight: bold;
	              text-align:center;   
	              margin-bottom: 0;
	
}
img {
     padding: 10px;
     background-color: mistyrose;
     border: 2px solid #FF6B7C;
}
.gallery {
margin: 10px
}