body, html, canvas {
    width: 100%;
    height: 100%;
    line-height: 0px;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    display: block;
}