
html{
display:block;
font-family:helvetica;

}


.container
{
    background-color:white;
}

h1 {
    font-size: 100px;
    color:khaki;
    background-image: url(../img/pattern.jpeg);
    text-align: center;

    /* insure heading at correct margin ratio */

    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1 , h2 , span {

    font-weight:bold;

}

span {

    color:blue;
}

h3 {

    font-weight:700;
}

#brushes, #frames, #paint {


    color:white;
    font-size:32px;

}

#brushes {

    background-color:mediumspringgreen;
}

#frames {

    background-color:lightcoral;
}

#paint {

background-color:skyblue;

}