body {
    margin: 0;
    overflow: hidden;
    background-color: bisque;
}

canvas {
    width: 100%;
    height: 100%;
}