@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zeyada&display=swap');
body {background-color: lavender;}
h1, h2, h3 {font-family:'Zeyada', cursive }
h1 {
                  background-color: black;
                  color: hotpink;               
                  font-size: 40px;
                  text-transform: uppercase;
                  text-align: center;
               }
h2 {
                  background-color: black;
                  color: lightpink;
                  font-size: 20px;
                  text-transform: uppercase;
                  text-align: center;
               }
h3 {
                  background-color: black;
                  color: peachpuff;
                  font-size: 20px;
                  text-transform: uppercase;
                  text-align: center;
               }
p {
                
                  font-family: 'serif', cursive;
                  font-size: 12px;
	              margin-left: auto;
	              line-height: 200%
}
li {
				 margin-bottom: 25px;
			}
footer {         text-align: center;  
}
.feature {       color: black;
}
nav a {          font-weight: bold;
	              text-align:center;
}
