#comet-container {
    width: 4146px;
    height: 100vh;
    position: relative;
}

#comet-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 4146px;
    height: 100vh;
    display: block;
}