html, body {
    margin: 0px;
    width: 100%;
    height: 100%;
}

canvas {
    position: fixed;
    width: 100%;
    height: 100%;
}

canvas:focus{
    outline:none;
}