body{
    /* It is Bob Ross painting. */
    background-image: url(pbackground.jpg);

}

h2{
color:rgb(8, 0, 0);
text-shadow: 2px;

}
.topic {
    color: white;
    text-shadow: 2px 2px #ff0000;
    font-family: Apple Chancery;
    font-size: 40px;
    font-weight: bolder;
}

#paintScreen{
    border: 5px black solid;
    background-color: rgb(172, 209, 164);
    
}


#color2{
    border: 3px black solid; 
    background-color: chocolate;
    border-radius: 50%;
}

#color3{
    border: 3px black solid;
    background-color: blue;
    border-radius: 50%;

    
}
#color4{
    border: 3px black solid;
    background-color: crimson;
    border-radius: 50%;
}

#color5{
    border: 3px black solid;
    background-color:cyan;
    border-radius: 50%;
}

#color6{
    border: 3px black solid;
    background-color:chartreuse;
    border-radius: 50%;
}

#color7{
    border: 3px rgb(46, 53, 53) solid;
    background-color:rgb(0, 0, 0);
    border-radius: 50%;
}
div{
    position: relative;   
    float: center;    
    width:800px; 
    margin:0 auto;
    text-align: center;
}
.clear {
    float: left;
    margin-left: 54px;
    border-radius: 5px;
}
.choose {
    float: left;
    margin-top: 15px;
    margin-left: 7px;
}
.colorBoxes {
    margin-right: 450px;
}



