* {
    margin: 0; padding: 0;
}
body {
    overflow-x: hidden;
}
canvas {
    position: fixed;
    top: 0; left: 0;
}
#spacer {
    height: 10000px;
}
