*{
    font-family: Helvetica;

}

h1 {
    background-image: url("https://s3.amazonaws.com/codecademy-content/courses/freelance-1/unit-2/pattern.jpeg");
    font-size: 100px;
    font-weight:bold;
    color: khaki;
    text-align: center;
}


#brushes{
    font-size: 32px;
    font-weight: bold;
    color: white;
    background-color: mediumspringgreen;

}

#frames{
    font-size: 32px;
    font-weight: bold;
    color: white;
    background-color: lightcoral;
}


#paints{
    font-size: 32px;
    font-weight: bold;
    color: white;
    background-color: skyblue;
    }

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

.pattern{
    width: 100%;
    height: 110px;
}
