* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
#canvas1 {
    background: black;
    position: relative;
    top: 0;
    left: 0;
}