h1 {
    background-image: url('images/pattern.jpeg');
    font-family:Arial, Helvetica, sans-serif;
    font-size: 100px;
    font-weight: bold;
    color: khaki;
    text-align: center;
}
h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: white;
}
.starting-price {
    font-weight: bold;
    color: blue;
}

#brushes-title {
    background-color: mediumspringgreen;
}
#frames-title {
    background-color: lightcoral;
}
#paint-title {
    background-color: skyblue;
}