h1 {
    background-color: rgb(122, 170, 173);
    
}
h2 {
    text-decoration: underline;
    color: chocolate;
}
h3 {
    color: darkred;
}
h2, h3 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
p {
    font-family: Caveat Brush;
}