body { margin: 0; overflow-x: hidden; background: #ffffff; }

#canvas-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
}

.scroll-dist {
    height: 800vh; /* This determines how long the drive lasts */
    position: relative;
}