body {
    font-family: Georgia, "Times New Roman",
          Times, serif;
    color: darkred;
    background-color: #33FFB3;
    size: 25px}
  h1 {
    font-family: Helvetica, Geneva, Arial,
          SunSans-Regular, sans-serif;
          color: yellow;
          background-color: blue;
          size: 60px;
          text-align: center;
        }
  h2 {
    font-family: "Caesar Dressing", cursive;
    size: 50px;
  }

  h3 {
    font-family: "ZCOOL KuaiLe", sans-serif;
    font-weight: 400;
    font-style: normal;
    size: 40px;
  }

  h4 {
     font-family: "Jersey 25", sans-serif;
     font-weight: 400;
     font-style: normal;
     size: 30px;
     text-align: center;
     color: mediumpurple;
     background-color: red;
  }
  
