#canvas1 {
    /* position: absolute; */
    width: 800px;
    height: 500px;
    border: 1px solid black;
    /* top: 50%;
    left: 50%; */
    background: white;
    /* transform: translate(-50%, -50%); */
}