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

.brushes {
    font-family: Helvetica;
    font-size: 32px;
    font-weight: bold;
    color:white;
    background-color:mediumspringgreen;
}

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

.paint {
    font-family: Helvetica;
    font-size: 32px;
    font-weight: bold;
    color:white;
    background-color:skyblue;
}

.bold {
    font-weight: bold;
}

.helvetica {
    font-family: helvetica;
}

.blue{
    color: blue;
}

.ttpx {
    font-size: 32px;
}