body {
    font-family: 'Lucida Console',monospace;
}

#container {
    position:relative;
    display:in-block;
}

#myCanvas {
    border: 1px solid black;
}

#button1 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 20px 20px;
    border-radius: 50%;
    background-color: #ff39bd;
    color: white;
    border: 4;
}