* {
    font-family:Arial, Helvetica, sans-serif;
}

h1 {
    background-image: url("pattern.jpg");
    font-size:100px;
    font-weight:bold;
    color:khaki;
    text-align: center;
}

h2 {
font-size:32px;
font-weight: bold;
color: white;
}

#brushes {
    background-color: mediumspringgreen;
}

#frames {
    background-color: lightcoral;
}

#paint {
    background-color: skyblue;
}

#pricing {
    font-weight: bold;
    color: blue;
}

