body {
    text-align: center;
    background: #fff;
}
/* # is used to target ids in HTML */
#my-canvas {
    margin-left: 10px;
    margin-top: 10px;
}
