canvas {
    cursor: default;
    outline: none;
    position: absolute;
}

body {
    background-color: #000000;
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0;
    overflow: hidden;
    display: block;
}

#embed-html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
