body {
    background-color: #8E9DC5;
}
#svgDIV {
    width: 100%
}

svg {
    width: 100%;
    stroke-width: 0.1;
    stroke: black;
    fill: white;
    padding: 20px;
    background-image: url('../img/sky.jpg');
    background-position: center; 
    background-repeat: no-repeat; 
    background-size: cover;
}

svg #cells {
    fill: rgba(57, 97, 130, 0.363);
    cursor: pointer;
}

#colorHolder {
margin-bottom: 15px;
font-weight: bold;
background-color: #fff;
}

#swatchHolder li:not(#colorHolder) {
    height: 30px;
    width: 30px;
    cursor: pointer;
}
