html, body, canvas {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    background: #ffffff;
    z-index: 0;
}
