body {
    background: #000;
}
#target {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}
canvas {
    padding: 0;
    margin: 0;
    max-width: 100% !important;
}