body {
    font-family: Helvetica, sans-serif;
}

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

.item-heading {
    font: size 32px;
    font-weight: bold;
    color: white;
}

#brush {
    background-color: mediumspringgreen;
}

#frame {
    background-color: lightcoral;
}

#paint {
    background-color: skyblue;
}

.price {
    font-weight: bold;
    color: blue;
}