#title {
    position:relative;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#color-palette {
    position: relative;
    height: 10%;
    width: 50%;

}
.color {
    float: left;
    width: 45px;
    height: 45px;
    margin: 10px;
    border: 1px solid black;
}
.black {
    background-color: black;
}
#pixel-board {
    position: relative;
    width: 1px;

}
.pixel { 
    width: 40px;
    height: 40px;
    border: 1px solid black;
    background-color: white;
    

}

