body {
    background-color: #FFA000;
}

#drawboxcanvas {
    top: 0px;
    left: 0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

#undo {
    display: flex;
    margin: auto;
}

#clear {
    display: flex;
    margin: auto;
}

#color {
    display: flex;
    margin: auto;
}

#range {
    display: flex;
    margin: auto;
}

#submit {
    bottom: 0px;
    left: 0;
    right:0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}

#status {
    background-image: url('images/doodle_submit.png');
    background-size: 100px;
    height: 100px;
    width: 100px;
}

canvas {
    display: inline;
}

#sd {
    position: absolute;
    bottom: 50px;
    right: 10px;
    height: 50px;
    width: 50px;
}

#gallery {
    background-color: white;
    position: absolute;
    top: 827px;
    width: 1000px;
    left: 0;
    right:0;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 420px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    z-index: 1;
}