h1 {
    background-color: white;
    color: red;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}

h2 {
    background-color: yellow;
    color: blue; 
    font-family:Arial, Helvetica, sans-serif;
}

h3 {
    background-color: pink;
    color: brown;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}