header {
    font-family: Helvetica;
    font-size: 100px;
    font-weight: bold;
    color: khaki;
    text-align: center;
    background-image: url('./images/pattern.jpeg');
}
h2{
    font-family: Helvetica;
    font-size: 32px;
    font-weight: bold;
    color: white;    
}
.brushes h2{
    background-color: mediumseagreen;
}
.frames h2{
    background-color: lightcoral;
}
.paint h2{
    background-color: skyblue;
}
.cost{
    font-family: Helvetica;
    font-weight: bold;
    color: blue;
}
h3{
    font-size: 28px;
}
p{
    font-family: Arial;
    font-size: 22px;
}
