#canvas1{
    border: 3px solid black;
    position: absolute;
    height: 700px;
    width: 500px;
    background: black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}