
h1 {color:blue;}
h1 {
  font-family: "Audiowide";}
h2 {color:blue;}
h2 {
  font-family: "Playwrite IT Moderna", cursive;
  color: blue}
p {
  font-family: "Playwrite IT Moderna", cursive;
  color: blue}
 h1 {
   font-size: 30px;}
h2 {
  font-size: 25x;}
p {
  font-size: 18px;}
h3 {
  font-size: 2px;
  color: blue
}
h3 {
  text-decoration: underline;
}
li {
  font-size: 20px;
  color: blue
}
p {
	font-style: italic;
  font-weight: 1000;
  background-color: yellow;
  border: 2px solid black;
  /*
  	padding: top right bottom left
  */
  padding: 20px 10px 25px 5px;
  margin-bottom: 25px;
}
a {
	background-color: cyan;
  border: 2px solid red;
}
h1,h2,h3,h4,h5,h6 {
	background-color: yellow;  
	}





    
    
}
  
  