body {
    margin: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
}

#myCanvas {
    background-color: #ddd;
    border-bottom: 1px solid rgb(20, 4, 248);
    margin-bottom: 5px;
}

table {
    width: 100%;
}

#canvasImg {
    width: 75%;
    height: 75%
}

#saveArea {
    margin: 100px;
}

#tools{
    margin-left: 100px;
}
