html,
body {
    margin: 0;
    padding: 0;
}

canvas {
    display: block;
}

input [type="range"] {
    background: rgba(0, 0, 0)
}