* {
    margin:0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background: rgb(2,0,36);
}

#canvas1 {
    position:absolute;
    /* width: 512px;
    height: 512px; */
    /* border: 3px solid yellow; */
}