body {
    background-color: rgb(34,34,34);
}

.canvas {
    position: absolute;
    overflow: visible;
    top: 0px;
    left: 0px;
    background-color: rgba(34,34,34,0);
}

