/* add centering for div */
#myDiv {
    margin: 0 auto;
    width: 50%;
}