canvas {

    border: 1px solid black;
    background-color:#f1f1f1;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("./media/land.png");

}

html, body {

    overflow: hidden;

}
