body {
    font-family: Georgia, "Times New Roman",
          Times, serif;
    font size:25px;
  }
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
          color: yellow;
        font-size: 60px;
        text-align: center;
        background-color: skyblue;
      }
h2 {
  font-family: 'Caesar Dressing',cursive;
  font-size:50px;
}
h3 {
  font-family: "ZCOOL KuaiLe", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:40px;
  color:fuchsia;
  border: red 5px solid;
}
h4 {
  font-family: "Trade Winds", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size:30px;
  color: indianred;
  background-color: whitesmoke;
  text-align: center;
}

