/* Global Reset */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000000;
}

#ComposeTarget {
    width: 100%;
    height: 100%;
}

canvas {
    position: relative;
    z-index: 1;
}