h1 {
  color:blue;
  font-family: fantasy;
  font-size: 40px;
  text-align: Center;
  
}
p {
  font-family: "teko", seriff;
  font-size: 20px;
 
}

h4 {
  Font-family: "jersey 10", seriff;
  font-size: 30px
}

h3 {
  font-family: "lexend";
  font-size: 20px
}

Img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

Body {
  background-color: lavender;
}