* {
    box-sizing: border-box;
}


span {
    font-family: Helvetica;
    font-weight: bold;
    color: blue;
}

h2 {
    font-family: Helvetica;
    font-size: 32px;
    font-weight: bold;
    color: white;
}

.header {
    font-family: Helvetica;
    font-size: 45px;
    font-weight: bold;
    color: khaki;
    text-align: center;
    background-image: url(img/pattern.jpeg);
    background-size: cover;
}

.brushes h2 {
    background-color: mediumspringgreen;
}

.frames h2 {
    background-color: lightcoral;
}

.paint h2 {
    background-color: skyblue;
}
