body { 
    font-family: Georgia, "Times New Roman", 
    Times, serif; 
    color: darkred; 
    background-color: #33FFB3;
    font-size: 25px;
    } 

  h1 { 
    font-family: Helvetica, Geneva, Arial,
    SunSans-Regular, sans-serif; color: yellow; text-align: center; background-color: dodgerblue;
    font-size: 60px;
    }

  h2 {
    font-family: Caesar Dressing, cursive;
    font-size: 50px;
    text-align: center;
    color: coral
    }

  h3 {
    font-family: ZCOOL KuaiLe, cursive;
    font-size: 40px;
    text-align: center;
    color: coral
    }
  h4 {
    font-family: Rubik Storm;
    font-size: 30px;
    text-align: center;
    color: yellow;
    background-color: dodgerblue;
    }
