body {
    font-family: Helvetica;
}

main {
    padding: 0 10px;
}

h1 {
    background-image: url("../images/pattern.jpeg");
    font-size: 100px;
    font-weight: bold;
    color: khaki;
    text-align: center;
}

h2 {
    font-size: 32px;
    font-weight: bold;
    color: white;
}

h3 {
    margin: 20px 0;
}

#brushes {
    background-color: mediumspringgreen;
}

#frames {
    background-color: lightcoral;
}

#paint {
    background-color: skyblue;
}

img {
    width: 200px;
    height: 200px;
}

span {
    color: blue;
    font-weight: bold;
}