*,*::after,*::before{
    padding:0px;
    margin: 0px;
    box-sizing: border-box;
}
canvas{
    background-color: lightgray;
}